Information about plays

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

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

{
    "id": 3552897,
    "uri": "https://api.kexp.org/v2/plays/3552897/?format=api",
    "airdate": "2025-09-14T09:06:31-07:00",
    "show": 64560,
    "show_uri": "https://api.kexp.org/v2/shows/64560/?format=api",
    "image_uri": "https://coverartarchive.org/release/786db1eb-10e5-4e56-87f5-ff8b0ccfbb12/37349141684-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/786db1eb-10e5-4e56-87f5-ff8b0ccfbb12/37349141684-250.jpg",
    "song": "Easy Rider",
    "track_id": null,
    "recording_id": "47367dcb-82bf-4c8f-a5be-4ef72050a6b8",
    "artist": "Lead Belly",
    "artist_ids": [
        "ddcfbdcf-cf8d-4776-8a69-10f39376b5a2"
    ],
    "album": "Easy Rider: Leadbelly Legacy Volume Four",
    "release_id": null,
    "release_group_id": "3b275bee-9696-4c44-a03b-572d18ccd5cb",
    "labels": [
        "Folkways Records"
    ],
    "label_ids": [
        "4c119b4a-d398-454a-be5d-96b7aac653bc"
    ],
    "release_date": "1953-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A collection of songs recorded in the 1940s thematically tied through Leadbelly’s observations on the hate and racism that permeated America and the world during this turbulent period of history.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}