Information about plays

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

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

{
    "id": 3630207,
    "uri": "https://api.kexp.org/v2/plays/3630207/?format=api",
    "airdate": "2026-03-17T13:23:23-07:00",
    "show": 66207,
    "show_uri": "https://api.kexp.org/v2/shows/66207/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crisp",
    "track_id": "5f2abe1d-4b50-4033-a95f-0cc174d953a6",
    "recording_id": "e67ffc12-b825-443e-b6e3-4358f3a4e5b1",
    "artist": "10.4 Rog",
    "artist_ids": [
        "a1af18a6-bbf1-42e4-8bd5-a4357c7d435e"
    ],
    "album": "The Vibe Continuum",
    "release_id": "65e6e65e-bbc2-49c9-9a58-51864c5f4ec4",
    "release_group_id": "50706dad-b34b-432b-bd94-4c869ce63d2a",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2015-07-14",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://104rog.bandcamp.com/album/the-vibe-continuum",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}