Information about plays

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

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

{
    "id": 1233424,
    "uri": "https://api.kexp.org/v2/plays/1233424/?format=api",
    "airdate": "2007-05-20T10:25:00-07:00",
    "show": 21607,
    "show_uri": "https://api.kexp.org/v2/shows/21607/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-b55452VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-b55452VL._SL75_.jpg",
    "song": "Why Do Things Happen To Me",
    "track_id": "ba668df0-041d-410e-98ba-ccc17b3d2063",
    "recording_id": null,
    "artist": "J.B. Hutto & The New Hawks",
    "artist_ids": [
        "586b8cb6-bb60-48fe-a486-1c3ec511b5c7"
    ],
    "album": "Rock With Me Tonight",
    "release_id": "d9862047-7014-4970-9341-792277e67be3",
    "release_group_id": null,
    "labels": [
        "Bullseye Blues"
    ],
    "label_ids": [
        "3d265791-0123-4811-a223-751edb2759a6"
    ],
    "release_date": "1999-07-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}