Information about plays

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

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

{
    "id": 442961,
    "uri": "https://api.kexp.org/v2/plays/442961/?format=api",
    "airdate": "2001-07-08T18:55:42-07:00",
    "show": 7477,
    "show_uri": "https://api.kexp.org/v2/shows/7477/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41K7GZAPM1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41K7GZAPM1L._SL75_.jpg",
    "song": "Battle Drill",
    "track_id": "4af74de9-aa47-4184-8c06-0813026b99d4",
    "recording_id": null,
    "artist": "Saafir",
    "artist_ids": [
        "2c72d47a-3cae-41de-83a3-b4a594b97823"
    ],
    "album": "Boxcar Sessions",
    "release_id": "c958d6b4-c342-475a-84b4-c5878cde82d7",
    "release_group_id": null,
    "labels": [
        "Qwest"
    ],
    "label_ids": [
        "30a8916e-4cda-404f-a16b-9384f692dbb5"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}