Information about plays

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

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

{
    "id": 373546,
    "uri": "https://api.kexp.org/v2/plays/373546/?format=api",
    "airdate": "2019-08-28T14:50:34-07:00",
    "show": 6220,
    "show_uri": "https://api.kexp.org/v2/shows/6220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blue Monday",
    "track_id": "7a584fa3-ef0c-35dc-bb5e-2b39f8baeb6c",
    "recording_id": null,
    "artist": "Flunk",
    "artist_ids": [
        "101e0102-841f-4858-972b-edf716ee67c9"
    ],
    "album": "For Sleepyheads Only",
    "release_id": "59700cd1-412a-4f04-bcfe-78f58760bfdd",
    "release_group_id": null,
    "labels": [
        "Beatservice Records"
    ],
    "label_ids": [
        "d5735af7-dce5-401e-9138-ccd300a37b5c"
    ],
    "release_date": "2002-04-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This New Order cover was the first single released by Norwegian electronic band Flunk, released in 2002.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}