Information about plays

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

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

{
    "id": 1308696,
    "uri": "https://api.kexp.org/v2/plays/1308696/?format=api",
    "airdate": "2007-11-30T18:05:00-08:00",
    "show": 22890,
    "show_uri": "https://api.kexp.org/v2/shows/22890/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Morning Judge",
    "track_id": "c1e72ae8-ae4f-4285-b2ee-ce917a410426",
    "recording_id": null,
    "artist": "Wynonie Harris",
    "artist_ids": [
        "8f852f3d-7ebd-4177-9a06-dbde10533563"
    ],
    "album": "Rockin' the Blues #4: All She Wants to Do Is Rock",
    "release_id": "a52ac68d-d052-4be1-95cc-4b28023ad60d",
    "release_group_id": null,
    "labels": [
        "Proper Records"
    ],
    "label_ids": [
        "b392f59c-7941-4574-be84-5a0b5bedf202"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}