Information about plays

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

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

{
    "id": 418574,
    "uri": "https://api.kexp.org/v2/plays/418574/?format=api",
    "airdate": "2001-04-26T19:25:42-07:00",
    "show": 6993,
    "show_uri": "https://api.kexp.org/v2/shows/6993/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RAVGH16JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RAVGH16JL._SL75_.jpg",
    "song": "There He Goes",
    "track_id": "d52aa6c8-74ef-4965-9d86-dbf7fa13d604",
    "recording_id": null,
    "artist": "Patsy Cline",
    "artist_ids": [
        "ad82dd72-0df3-4a09-8d7a-1af9c9e80522"
    ],
    "album": "The Patsy Cline Collection",
    "release_id": "b270ef63-f5eb-4fcb-8e90-c5054c9947a0",
    "release_group_id": null,
    "labels": [
        "MCA Nashville"
    ],
    "label_ids": [
        "05e216a0-c5c6-4788-a105-39efee687715"
    ],
    "release_date": "1991-10-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}