Information about plays

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

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

{
    "id": 3578919,
    "uri": "https://api.kexp.org/v2/plays/3578919/?format=api",
    "airdate": "2025-11-16T09:51:15-08:00",
    "show": 65126,
    "show_uri": "https://api.kexp.org/v2/shows/65126/?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": "Walkin’ My Cat Named Dog",
    "track_id": null,
    "recording_id": "27b43144-290a-431e-96e6-c778004d5203",
    "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": "About Tanega's cat, who was really named Dog, whom she took on walks.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}