Information about plays

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

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

{
    "id": 421234,
    "uri": "https://api.kexp.org/v2/plays/421234/?format=api",
    "airdate": "2001-05-04T18:08:34-07:00",
    "show": 7051,
    "show_uri": "https://api.kexp.org/v2/shows/7051/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Huntin's Over for Tonight",
    "track_id": "df3e59d4-7855-41e2-931e-b6d5198b63c1",
    "recording_id": null,
    "artist": "Grandpa Jones",
    "artist_ids": [
        "8488e884-f8b9-4c31-a6ec-a92be00d450f"
    ],
    "album": "Grandpa Jones the Country Music Hall of Fame",
    "release_id": "8594729a-6dbf-4e67-9962-52371d374510",
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "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"
}