Information about plays

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

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

{
    "id": 417114,
    "uri": "https://api.kexp.org/v2/plays/417114/?format=api",
    "airdate": "2001-04-22T01:46:40-07:00",
    "show": 6963,
    "show_uri": "https://api.kexp.org/v2/shows/6963/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51UaDdZNgpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51UaDdZNgpL._SL75_.jpg",
    "song": "Naima",
    "track_id": null,
    "recording_id": null,
    "artist": "Lonnie Liston Smith & The Cosmic Echoes",
    "artist_ids": [
        "9afbdfa9-cc56-40d8-929a-4f40cc196f03"
    ],
    "album": "Cosmic Funk",
    "release_id": "f57b8b23-a5cd-4678-b71c-f15a8103bef0",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}