Information about plays

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

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

{
    "id": 3594731,
    "uri": "https://api.kexp.org/v2/plays/3594731/?format=api",
    "airdate": "2025-12-23T03:57:28-08:00",
    "show": 65453,
    "show_uri": "https://api.kexp.org/v2/shows/65453/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "the haze",
    "track_id": "c6d81dae-8a03-4f45-828c-061b9f655c74",
    "recording_id": "15d081c8-11d2-40f7-83ea-8599c82ba3b8",
    "artist": "K-Lone",
    "artist_ids": [
        "6e1b1094-2126-4bb9-b59f-15d58af0a986"
    ],
    "album": "sorry i thought you were someone else",
    "release_id": "0b024ed6-ef48-4316-9baa-aa3d04814f0c",
    "release_group_id": "a78786a0-8fd9-4e14-b8fe-b8252ff58e64",
    "labels": [
        "Incienso"
    ],
    "label_ids": [
        "17b22b7c-9c7c-4263-b0f9-e2fb33416f9e"
    ],
    "release_date": "2025-11-14",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://k-lone.bandcamp.com/album/sorry-i-thought-you-were-someone-else",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}