Information about plays

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

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

{
    "id": 3572844,
    "uri": "https://api.kexp.org/v2/plays/3572844/?format=api",
    "airdate": "2025-11-01T23:07:43-07:00",
    "show": 64999,
    "show_uri": "https://api.kexp.org/v2/shows/64999/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "PB+J",
    "track_id": "ebae0eea-3c0a-3b45-8964-39e5d20f9de1",
    "recording_id": "327a9d28-ae38-4f00-a730-92a1b91c9c0c",
    "artist": "Coachwhips",
    "artist_ids": [
        "e4d37504-ac7b-4925-9f09-55b594b0b940"
    ],
    "album": "Peanut Butter and Jelly Live at the Ginger Minge",
    "release_id": "1fc4e8e1-cdc4-43a6-b520-4dce95237778",
    "release_group_id": "24a47277-91c5-30e8-990e-df8b98a709a0",
    "labels": [
        "Narnack Records"
    ],
    "label_ids": [
        "7468130a-5a6d-4321-9c7f-9f2b3a393f03"
    ],
    "release_date": "2005-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Atlix\n\nJohn Dwyer project\n\nhttps://coachwips.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}