Information about plays

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

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

{
    "id": 1388636,
    "uri": "https://api.kexp.org/v2/plays/1388636/?format=api",
    "airdate": "2008-06-22T09:52:00-07:00",
    "show": 24240,
    "show_uri": "https://api.kexp.org/v2/shows/24240/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41rlpUpGfUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41rlpUpGfUL._SL75_.jpg",
    "song": "Stranded",
    "track_id": "4c109f65-20bf-46f8-bbd7-1259b2a55eda",
    "recording_id": null,
    "artist": "Junior Parker",
    "artist_ids": [
        "79bd0f86-95f0-4e2b-806f-7d78640cf683"
    ],
    "album": "The ABC Collection",
    "release_id": "747dae85-a6d2-4ee9-88e3-363589825438",
    "release_group_id": null,
    "labels": [
        "ABC Records"
    ],
    "label_ids": [
        "c3e5d5a2-53f2-4eab-9641-23d61e511928"
    ],
    "release_date": "1976-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}