Information about plays

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

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

{
    "id": 534494,
    "uri": "https://api.kexp.org/v2/plays/534494/?format=api",
    "airdate": "2002-04-04T06:41:55-08:00",
    "show": 9259,
    "show_uri": "https://api.kexp.org/v2/shows/9259/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41I5hDqFILL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41I5hDqFILL._SL75_.jpg",
    "song": "Blessed Arms That Hold You Tight, Freezing Cold and Alone",
    "track_id": "e43c8039-2d98-4103-b7d8-fc616141cf71",
    "recording_id": null,
    "artist": "Carissa's Wierd",
    "artist_ids": [
        "4bd31567-70a8-4007-9ac6-3c68c7fc3d45"
    ],
    "album": "You Should Be at Home Here",
    "release_id": "ed2a8c94-5c76-43aa-ad15-7bddb39a671b",
    "release_group_id": null,
    "labels": [
        "Brown Records"
    ],
    "label_ids": [
        "e3210de8-3b0e-42aa-b402-82db38bf3a7a"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}