Information about plays

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

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

{
    "id": 2679958,
    "uri": "https://api.kexp.org/v2/plays/2679958/?format=api",
    "airdate": "2019-12-30T12:54:00-08:00",
    "show": 46258,
    "show_uri": "https://api.kexp.org/v2/shows/46258/?format=api",
    "image_uri": "https://coverartarchive.org/release/4c2e1cff-cb45-4972-a0fe-5232f1e2bb01/9339667807-250.jpg",
    "thumbnail_uri": "",
    "song": "I’m the Urban Spaceman",
    "track_id": "2bb328a2-5b5b-36f7-a425-14b2ac3729e8",
    "recording_id": null,
    "artist": "The Bonzo Dog Band",
    "artist_ids": [
        "2fe8f530-861d-40ff-ac74-51f7e2701965"
    ],
    "album": "The Best of the Bonzo Dog Band",
    "release_id": "4c2e1cff-cb45-4972-a0fe-5232f1e2bb01",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1990-11-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Neil Innes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}