Information about plays

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

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

{
    "id": 3644845,
    "uri": "https://api.kexp.org/v2/plays/3644845/?format=api",
    "airdate": "2026-04-21T07:27:26-07:00",
    "show": 66512,
    "show_uri": "https://api.kexp.org/v2/shows/66512/?format=api",
    "image_uri": "https://ia903105.us.archive.org/3/items/mbid-e5b17ab3-127d-476b-a4be-3d3c9e9d9e9a/mbid-e5b17ab3-127d-476b-a4be-3d3c9e9d9e9a-24309818135_thumb500.jpg",
    "thumbnail_uri": "https://dn711208.ca.archive.org/0/items/mbid-e5b17ab3-127d-476b-a4be-3d3c9e9d9e9a/mbid-e5b17ab3-127d-476b-a4be-3d3c9e9d9e9a-24309818135_thumb250.jpg",
    "song": "Scarlet Fields",
    "track_id": "2672ea9b-70bf-3088-a86c-d1567a0e69ee",
    "recording_id": "24d856aa-8804-4eac-a8dd-85d43cb19ca9",
    "artist": "The Horrors",
    "artist_ids": [
        "00467da8-2a92-498f-8b10-a80889bcded7"
    ],
    "album": "Primary Colours",
    "release_id": "e5b17ab3-127d-476b-a4be-3d3c9e9d9e9a",
    "release_group_id": "3302c1c1-fcc9-37bd-b932-253a85d604c2",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2009-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 2009, The Horrors release their second album, 'Primary Colours'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}