Information about plays

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

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

{
    "id": 3552903,
    "uri": "https://api.kexp.org/v2/plays/3552903/?format=api",
    "airdate": "2025-09-14T09:24:41-07:00",
    "show": 64560,
    "show_uri": "https://api.kexp.org/v2/shows/64560/?format=api",
    "image_uri": "https://coverartarchive.org/release/a150ecb5-848d-3fa5-ad60-90de29226b07/29849600968-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a150ecb5-848d-3fa5-ad60-90de29226b07/29849600968-250.jpg",
    "song": "Hey Girl",
    "track_id": null,
    "recording_id": "a551c8b4-eaed-41ec-bb91-bdb30bff3020",
    "artist": "Norma Tanega",
    "artist_ids": [
        "6afd770e-8d2a-4243-b1fc-d9c22f11e428"
    ],
    "album": "Walkin’ My Cat Named Dog",
    "release_id": null,
    "release_group_id": "c0c69882-d4bc-3155-937f-578622f9468b",
    "labels": [
        "New Voice Records"
    ],
    "label_ids": [
        "05c57d2b-fe67-4c54-ba3f-593dd369e476"
    ],
    "release_date": "1966-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Californian-Panamanian singer was a member of the Greenwich Village folk scene of the 60s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}