Information about plays

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

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

{
    "id": 3631244,
    "uri": "https://api.kexp.org/v2/plays/3631244/?format=api",
    "airdate": "2026-03-19T23:00:52-07:00",
    "show": 66226,
    "show_uri": "https://api.kexp.org/v2/shows/66226/?format=api",
    "image_uri": "https://coverartarchive.org/release/e70f639b-8fb0-4123-8194-cc0d2e832f43/32276911017-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e70f639b-8fb0-4123-8194-cc0d2e832f43/32276911017-250.jpg",
    "song": "Without Love",
    "track_id": null,
    "recording_id": "67c0327b-f6a4-42bf-b7b4-587d46e76da7",
    "artist": "Peter Brown",
    "artist_ids": [
        "4c2cafdf-4261-4b3d-9858-5d1319dad6d7"
    ],
    "album": "Get Funky With Me: The Best of the TK Years",
    "release_id": null,
    "release_group_id": "eae25cc6-218b-3f28-9f98-c180bcc40479",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}