Information about plays

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

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

{
    "id": 463902,
    "uri": "https://api.kexp.org/v2/plays/463902/?format=api",
    "airdate": "2001-09-07T18:13:20-07:00",
    "show": 7878,
    "show_uri": "https://api.kexp.org/v2/shows/7878/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NwQUzSYEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NwQUzSYEL._SL75_.jpg",
    "song": "Girls! Girls! Girls!",
    "track_id": "9069db86-3939-40e7-9b59-7b15a517e764",
    "recording_id": null,
    "artist": "Elvis Presley ",
    "artist_ids": [
        "01809552-4f87-45b0-afff-2c6f0730a3be"
    ],
    "album": "Command Performances: The Essential 60's Masters II (disc 1)",
    "release_id": "e5c71901-f01f-4372-adcc-2f319a9fbb7e",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}