Information about plays

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

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

{
    "id": 3626128,
    "uri": "https://api.kexp.org/v2/plays/3626128/?format=api",
    "airdate": "2026-03-06T20:26:41-08:00",
    "show": 66110,
    "show_uri": "https://api.kexp.org/v2/shows/66110/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pearls & Tears",
    "track_id": null,
    "recording_id": "4f6a7fd1-47e2-4500-bc51-ec9882d7b915",
    "artist": "Kelvin Momo",
    "artist_ids": [
        "c5726285-7b7c-43ce-b107-dae084cf5e6c"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Based out of Johannesburg, this is the leading track from Kelvin Momo & Slixx Jazz Cruise Series vol. 1 released Oct 25, 2024",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}