Information about plays

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

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

{
    "id": 3428321,
    "uri": "https://api.kexp.org/v2/plays/3428321/?format=api",
    "airdate": "2024-11-21T16:10:21-08:00",
    "show": 61910,
    "show_uri": "https://api.kexp.org/v2/shows/61910/?format=api",
    "image_uri": "https://ia800806.us.archive.org/17/items/mbid-7c828267-c3de-4542-b250-55b308cd1c5d/mbid-7c828267-c3de-4542-b250-55b308cd1c5d-17526681921_thumb500.jpg",
    "thumbnail_uri": "https://ia600806.us.archive.org/17/items/mbid-7c828267-c3de-4542-b250-55b308cd1c5d/mbid-7c828267-c3de-4542-b250-55b308cd1c5d-17526681921_thumb250.jpg",
    "song": "Bellbottoms",
    "track_id": "a083f3e7-388e-38e6-8910-7f67ed3fca71",
    "recording_id": "e50c737c-e9a4-452a-bc80-58a18930be9c",
    "artist": "The Jon Spencer Blues Explosion",
    "artist_ids": [
        "d1ab8ca8-fb9f-4e78-a422-3cd5406dc0b1"
    ],
    "album": "Orange",
    "release_id": "7c828267-c3de-4542-b250-55b308cd1c5d",
    "release_group_id": "516e6041-fb7b-331e-b965-3083cbda6891",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1994-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Now on a permanent hiatus. \nJon Spencer Blues Explosion performed Live on KEXP back in 2011 - enjoy the video here: https://www.youtube.com/watch?v=A-UqIanlKd8.\n\nhttps://jonspencerbluesexplosion.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}