Information about plays

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

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

{
    "id": 3438188,
    "uri": "https://api.kexp.org/v2/plays/3438188/?format=api",
    "airdate": "2024-12-14T22:48:37-08:00",
    "show": 62112,
    "show_uri": "https://api.kexp.org/v2/shows/62112/?format=api",
    "image_uri": "https://coverartarchive.org/release/19b97f32-4e86-41a5-a57f-f4b0953b2374/20382638386-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/19b97f32-4e86-41a5-a57f-f4b0953b2374/20382638386-250.jpg",
    "song": "Yes I Hope He Dies",
    "track_id": null,
    "recording_id": "068331dc-4851-4448-b8ca-8eff64b66808",
    "artist": "$wingin’ Utter$",
    "artist_ids": [
        "25302723-b24f-4d0d-ab5d-1b4ae0195ac6"
    ],
    "album": "Peace and Love",
    "release_id": null,
    "release_group_id": "9b15c9a1-1c33-41b1-988b-d085744e9dcd",
    "labels": [
        "Fat Wreck Chords"
    ],
    "label_ids": [
        "f8dfdee7-b4db-4ee9-9439-f4559f967169"
    ],
    "release_date": "2018-08-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Swingin Utter$ are playing a handful of shows around southern California next month.\n\nhttps://www.facebook.com/swinginutters/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}