Information about plays

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

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

{
    "id": 1319878,
    "uri": "https://api.kexp.org/v2/plays/1319878/?format=api",
    "airdate": "2007-12-29T05:08:00-08:00",
    "show": 23075,
    "show_uri": "https://api.kexp.org/v2/shows/23075/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nmzop4c9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nmzop4c9L._SL75_.jpg",
    "song": "She",
    "track_id": "dd1d3e2f-59a6-4c57-a674-ec5a32a260c9",
    "recording_id": null,
    "artist": "Misfits",
    "artist_ids": [
        "936addc3-91aa-49de-8ec0-0dc186de151f"
    ],
    "album": "Legacy of Brutality",
    "release_id": "7abc77cd-6a31-4664-83eb-9d91b24a13e7",
    "release_group_id": null,
    "labels": [
        "Plan 9"
    ],
    "label_ids": [
        "3fdd3460-7077-4d8b-9420-0622e496d9dd"
    ],
    "release_date": "1985-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}