Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/1250085/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1250085,
    "uri": "https://api.kexp.org/v2/plays/1250085/?format=api",
    "airdate": "2007-07-03T05:02:22-07:00",
    "show": 21897,
    "show_uri": "https://api.kexp.org/v2/shows/21897/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61vFg8jy9zL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61vFg8jy9zL._SL75_.jpg",
    "song": "Section 23: Get Up and Go",
    "track_id": "0ea3d052-aa3f-412b-aba8-51fd78a251e8",
    "recording_id": null,
    "artist": "The Polyphonic Spree",
    "artist_ids": [
        "6758601f-6d57-491e-a125-037f382a5ddd"
    ],
    "album": "The Fragile Army",
    "release_id": "13d1bcbf-6fac-47aa-9760-b9f5c06d4d11",
    "release_group_id": null,
    "labels": [
        "TVT Records"
    ],
    "label_ids": [
        "c9117237-b78b-4e47-b452-c9d94fb34916"
    ],
    "release_date": "2007-06-12",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}