Information about plays

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

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

{
    "id": 1359048,
    "uri": "https://api.kexp.org/v2/plays/1359048/?format=api",
    "airdate": "2008-04-06T21:09:00-07:00",
    "show": 23735,
    "show_uri": "https://api.kexp.org/v2/shows/23735/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VF8iWBfUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VF8iWBfUL._SL75_.jpg",
    "song": "Crooklyn",
    "track_id": "5d91ff2f-cf72-4265-9cfb-95bec0bb4613",
    "recording_id": null,
    "artist": "Alix Perez",
    "artist_ids": [
        "53d47497-63eb-4769-9013-5e34740a7e2d"
    ],
    "album": "Innovation: The Album (disc 2: Innovation in the Dam '08)",
    "release_id": "74e28889-ae77-4c4a-94d4-76563b396745",
    "release_group_id": null,
    "labels": [
        "Soul:R"
    ],
    "label_ids": [
        "a57043cc-2101-4e43-9995-1db3dcf67852"
    ],
    "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"
}