Information about plays

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

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

{
    "id": 3567671,
    "uri": "https://api.kexp.org/v2/plays/3567671/?format=api",
    "airdate": "2025-10-20T15:51:34-07:00",
    "show": 64888,
    "show_uri": "https://api.kexp.org/v2/shows/64888/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Submission",
    "track_id": "5d9ea97e-831e-3a2f-bef7-56c3f628f9b1",
    "recording_id": "45859250-20f4-4b8b-8f6c-c662d84b0c68",
    "artist": "Galaxie 500",
    "artist_ids": [
        "4de3cfed-b459-42bd-bfbb-7a843fbc73df"
    ],
    "album": "On Fire / Peel Sessions",
    "release_id": "31751488-6362-42e9-902d-cb1f361a6d57",
    "release_group_id": "0d965e72-9cec-4d76-87f9-6571daa74d04",
    "labels": [
        "20|20|20"
    ],
    "label_ids": [
        "b1a86e1f-02c7-42c4-a741-fd3fd6e1c1a1"
    ],
    "release_date": "2010-03-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Submission is a cover of a Sex Pistols song. \nGalaxie 500 recorded a session for influential BBC Radio 1 DJ John Peel, whose long-running radio show was famous for introducing new music. The band's unique sound highlights the drastic reinterpretation of songs that became a signature of Galaxie 500 and other indie bands of the era.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}