Information about plays

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

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

{
    "id": 368844,
    "uri": "https://api.kexp.org/v2/plays/368844/?format=api",
    "airdate": "2019-08-17T21:54:00-07:00",
    "show": 6147,
    "show_uri": "https://api.kexp.org/v2/shows/6147/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What About You",
    "track_id": "cf48edff-048e-4a15-ab3d-bf8805683e35",
    "recording_id": null,
    "artist": "The Jackets",
    "artist_ids": [
        "b90d7b92-2ada-4945-bf39-319c5a440e87"
    ],
    "album": "Queen of the Pill",
    "release_id": "6a0c85cb-0fd2-465b-b1e7-68f3ac2a7507",
    "release_group_id": null,
    "labels": [
        "Voodoo Rhythm Records"
    ],
    "label_ids": [
        "34f25262-c441-462b-ac43-b2f7974780f2"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}