Information about plays

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

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

{
    "id": 1411318,
    "uri": "https://api.kexp.org/v2/plays/1411318/?format=api",
    "airdate": "2008-08-18T12:50:02-07:00",
    "show": 24622,
    "show_uri": "https://api.kexp.org/v2/shows/24622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A History of Drunks",
    "track_id": null,
    "recording_id": null,
    "artist": "Melvins",
    "artist_ids": [
        "9ccfbc94-a4f4-42f7-b6f5-d903ab77cccb"
    ],
    "album": "A Senile Animal",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ipecac Recordings"
    ],
    "label_ids": [
        "1ead555f-78d5-4d8a-aab5-d69f4013a0ac"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}