Information about plays

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

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

{
    "id": 415047,
    "uri": "https://api.kexp.org/v2/plays/415047/?format=api",
    "airdate": "2001-04-13T15:00:00-07:00",
    "show": 6922,
    "show_uri": "https://api.kexp.org/v2/shows/6922/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5135JGANXXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5135JGANXXL._SL75_.jpg",
    "song": "Move Me",
    "track_id": "79d35f10-ed5f-440b-9d32-79e2c69e27ba",
    "recording_id": null,
    "artist": "Screamin' Jay Hawkins",
    "artist_ids": [
        "185af318-55c7-405f-8b00-0fa308e56da9"
    ],
    "album": "Voodoo Jive: The Best of Screamin' Jay Hawkins",
    "release_id": "fb761a5f-1639-4cc2-882c-05008b562d2d",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}