Information about plays

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

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

{
    "id": 3622671,
    "uri": "https://api.kexp.org/v2/plays/3622671/?format=api",
    "airdate": "2026-02-26T18:18:04-08:00",
    "show": 66037,
    "show_uri": "https://api.kexp.org/v2/shows/66037/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Who Says",
    "track_id": null,
    "recording_id": null,
    "artist": "Tempers",
    "artist_ids": [
        "70e0a6cc-887b-473b-b563-32883fda61a3"
    ],
    "album": "Delusion",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2026-04-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Tempers!\n\nTempers is a New York-based project of singer and songwriter Jasmine Golestaneh, melting low-lit poetic synth-pop with hints of techno, shoegaze and post-punk.\nhttps://tempers.bandcamp.com/album/delusion\n--\nWatch the official video to this tune here: https://youtu.be/08R2YAsTxkg?si=CLYu7G0PO6DCkNw2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}