Information about plays

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

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

{
    "id": 3604539,
    "uri": "https://api.kexp.org/v2/plays/3604539/?format=api",
    "airdate": "2026-01-15T04:42:36-08:00",
    "show": 65654,
    "show_uri": "https://api.kexp.org/v2/shows/65654/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Afraid the Masquerade Is Over",
    "track_id": null,
    "recording_id": "58963c5c-fc42-4a0f-996f-3eadd6111e9d",
    "artist": "David Porter",
    "artist_ids": [
        "f072fd2b-1ffa-4e54-a4c4-678741234ee2"
    ],
    "album": "Victim of the Joke?",
    "release_id": null,
    "release_group_id": "ffa6cf33-1f9f-3a59-ad92-f46217a4a2ee",
    "labels": [],
    "label_ids": [],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a cover of a 1939 song from Larry Clinton & His Orchestra feat. Bea Wain.  That's the Bar-Kays providing background vocals.\n--\nThis song has been sampled more than 40 times.  De La Soul sampled it in \"3 Days Later.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}