Information about plays

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

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

{
    "id": 3544119,
    "uri": "https://api.kexp.org/v2/plays/3544119/?format=api",
    "airdate": "2025-08-24T07:53:06-07:00",
    "show": 64374,
    "show_uri": "https://api.kexp.org/v2/shows/64374/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Voice Continues (feat. Laraaji)",
    "track_id": null,
    "recording_id": null,
    "artist": "Farao",
    "artist_ids": [
        "42b7840e-d03e-420f-92fb-61f42992af60"
    ],
    "album": "Magical Thinking",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Western Vinyl"
    ],
    "label_ids": [
        "c4126b4a-ac23-429c-ba19-148fd287def8"
    ],
    "release_date": "2025-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new single featuring Laraaji from the newly-announced third studio album from Oslo-based artist Farao aka Kari Jahnsen, who's music is wonderfully described as... \"think Janet Jackson meets Alice Coltrane\" ~ https://farao.bandcamp.com/album/magical-thinking",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}