Information about plays

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

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

{
    "id": 3522603,
    "uri": "https://api.kexp.org/v2/plays/3522603/?format=api",
    "airdate": "2025-07-04T15:57:33-07:00",
    "show": 63917,
    "show_uri": "https://api.kexp.org/v2/shows/63917/?format=api",
    "image_uri": "https://ia600606.us.archive.org/3/items/mbid-020e5c77-69d6-431d-9219-0aeb37b55762/mbid-020e5c77-69d6-431d-9219-0aeb37b55762-28637565367_thumb500.jpg",
    "thumbnail_uri": "https://ia600606.us.archive.org/3/items/mbid-020e5c77-69d6-431d-9219-0aeb37b55762/mbid-020e5c77-69d6-431d-9219-0aeb37b55762-28637565367_thumb250.jpg",
    "song": "Which Side Are You On?",
    "track_id": "2ad42ca9-17f7-3b7a-a517-485c98517ce7",
    "recording_id": "addb8db3-4949-4684-af21-5b327491fd19",
    "artist": "Billy Bragg",
    "artist_ids": [
        "7cec4a03-0a83-4308-856a-afb8aa5db0fc"
    ],
    "album": "Brewing Up With Billy Bragg",
    "release_id": "4223ec15-d4c9-3b2d-83cc-2e6636d6e52c",
    "release_group_id": "a57a863f-b48f-31b6-b7a6-ec9e15d8e19e",
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "release_date": "2006-02-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Austin, TX!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}