Information about plays

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

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

{
    "id": 3622178,
    "uri": "https://api.kexp.org/v2/plays/3622178/?format=api",
    "airdate": "2026-02-25T16:53:34-08:00",
    "show": 66029,
    "show_uri": "https://api.kexp.org/v2/shows/66029/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Who Says",
    "track_id": null,
    "recording_id": null,
    "artist": "Tempers",
    "artist_ids": [],
    "album": "Delusion",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tempers 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. Album to be released April 24th - available for pre-order now!\nhttps://tempers.bandcamp.com/album/delusion",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}