Information about plays

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

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

{
    "id": 3603915,
    "uri": "https://api.kexp.org/v2/plays/3603915/?format=api",
    "airdate": "2026-01-13T16:34:14-08:00",
    "show": 65642,
    "show_uri": "https://api.kexp.org/v2/shows/65642/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "ROLL CALL",
    "track_id": null,
    "recording_id": null,
    "artist": "Oblé Reed feat. Travis Thompson",
    "artist_ids": [],
    "album": "LINE LEADERS",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "UndeCurrent"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Featured on today's In Our Headphones:\nHost Evie Stokes talks to Seattle rapper Travis Thompson about his buddy Oblé and their new song together “Roll Call,” off the album Line Leaders on UnderCurrent.\n\nhttps://www.oblereed.com\n\nYou can listen to this episode, and past episodes of In Our Headphones here:\nhttps://www.kexp.org/podcasts/in-our-headphones/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}