Information about plays

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

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

{
    "id": 2678006,
    "uri": "https://api.kexp.org/v2/plays/2678006/?format=api",
    "airdate": "2019-12-25T15:43:26-08:00",
    "show": 46223,
    "show_uri": "https://api.kexp.org/v2/shows/46223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Big Yule Log Boogie",
    "track_id": "cb1b0626-e88d-361b-9af9-b807cc8e8b6f",
    "recording_id": null,
    "artist": "The Jon Spencer Blues Explosion",
    "artist_ids": [
        "d1ab8ca8-fb9f-4e78-a422-3cd5406dc0b1"
    ],
    "album": "Big Yule Log Boogie / My Christmas Wish",
    "release_id": "384ec06b-a066-4a09-adb7-c8c928ce99a9",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1992-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}