Information about plays

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

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

{
    "id": 442312,
    "uri": "https://api.kexp.org/v2/plays/442312/?format=api",
    "airdate": "2001-07-06T17:44:00-07:00",
    "show": 7462,
    "show_uri": "https://api.kexp.org/v2/shows/7462/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21HQ01ZKNGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21HQ01ZKNGL._SL75_.jpg",
    "song": "Speed Garage",
    "track_id": "efe02109-b718-4d7d-b498-2f739bd41c88",
    "recording_id": null,
    "artist": "ZERO ZERO",
    "artist_ids": [
        "a834e3b1-15af-4e3f-baec-7d8c8e837731"
    ],
    "album": "AM Gold",
    "release_id": "c4aa589b-11fa-49a9-b633-3f8729203d96",
    "release_group_id": null,
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": "2001-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}