Information about plays

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

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

{
    "id": 1303443,
    "uri": "https://api.kexp.org/v2/plays/1303443/?format=api",
    "airdate": "2007-11-17T05:11:17-08:00",
    "show": 22800,
    "show_uri": "https://api.kexp.org/v2/shows/22800/?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": "I Put a Spell on You",
    "track_id": null,
    "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": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "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"
}