Information about plays

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

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

{
    "id": 3603689,
    "uri": "https://api.kexp.org/v2/plays/3603689/?format=api",
    "airdate": "2026-01-13T03:56:12-08:00",
    "show": 65637,
    "show_uri": "https://api.kexp.org/v2/shows/65637/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "slide by side",
    "track_id": "ef82f0f8-b752-4e5c-92e5-23c71f77574f",
    "recording_id": "1945726c-98c3-4895-81bb-9f92c8157648",
    "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"
}