Information about plays

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

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

{
    "id": 3612048,
    "uri": "https://api.kexp.org/v2/plays/3612048/?format=api",
    "airdate": "2026-02-01T21:43:58-08:00",
    "show": 65816,
    "show_uri": "https://api.kexp.org/v2/shows/65816/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dance to the Rhythm of Love (Marcell Marias Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Homero Espinosa",
    "artist_ids": [
        "694b9d5a-46ca-42d1-bc08-50744b1916dc"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Viva"
    ],
    "label_ids": [],
    "release_date": "2024-05-24",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "RIP \n\nhttps://vivarecordings.bandcamp.com/album/dance-to-the-rhythm-of-love-marcell-marias-remix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}