Information about plays

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

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

{
    "id": 1274749,
    "uri": "https://api.kexp.org/v2/plays/1274749/?format=api",
    "airdate": "2007-09-03T11:55:24-07:00",
    "show": 22313,
    "show_uri": "https://api.kexp.org/v2/shows/22313/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51rSlUNVXkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51rSlUNVXkL._SL75_.jpg",
    "song": "Followin' Formulas",
    "track_id": "0c133e77-1618-465c-9f1d-1eeb1a184d82",
    "recording_id": null,
    "artist": "Boom Bap Project",
    "artist_ids": [
        "d01f30e6-cc21-41a3-9157-89b702f77f0f"
    ],
    "album": "Reprogram",
    "release_id": "a5f4932d-033e-415d-b165-d25dbf996270",
    "release_group_id": null,
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2005-06-21",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}