Information about plays

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

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

{
    "id": 3625742,
    "uri": "https://api.kexp.org/v2/plays/3625742/?format=api",
    "airdate": "2026-03-05T20:56:33-08:00",
    "show": 66101,
    "show_uri": "https://api.kexp.org/v2/shows/66101/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slow Down",
    "track_id": null,
    "recording_id": "26b24e4e-01e9-465e-9668-c2d190ff3be8",
    "artist": "Miso Extra",
    "artist_ids": [
        "e9711ffd-b8ec-4667-a3d4-35ecc8a9dba7"
    ],
    "album": "Slow Down",
    "release_id": null,
    "release_group_id": "23564a12-3583-46d9-bddc-459351072d79",
    "labels": [
        "Transgressive Records"
    ],
    "label_ids": [
        "0682fcd0-7372-4e2d-8503-710abd12883e"
    ],
    "release_date": "2024-07-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Emily, known professionally as Miso Extra is an English bilingual singer, rapper and producer.\n--\nhttps://misoextra.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}