Information about plays

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

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

{
    "id": 3637608,
    "uri": "https://api.kexp.org/v2/plays/3637608/?format=api",
    "airdate": "2026-04-04T06:46:56-07:00",
    "show": 66362,
    "show_uri": "https://api.kexp.org/v2/shows/66362/?format=api",
    "image_uri": "https://coverartarchive.org/release/05471c3e-5d5e-4013-9576-0903d56d45f9/42751847148-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/05471c3e-5d5e-4013-9576-0903d56d45f9/42751847148-250.jpg",
    "song": "DANDELION",
    "track_id": null,
    "recording_id": "b1c728d2-2780-47d8-8213-be278d06d27e",
    "artist": "Just Mustard",
    "artist_ids": [
        "7bab7a05-8b0f-4778-b0b8-02dd6deb463a"
    ],
    "album": "WE WERE JUST HERE",
    "release_id": null,
    "release_group_id": "b4b9c376-96b2-4e78-b87e-a13f1a2bbb7f",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2025-10-17",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Just Mustard are a five-piece band from Dundalk, Ireland, and will be touring the US in 2026, playing:\n\n- May 8 at Tractor Tavern in Seattle, WA\n- May 9 at Fox Cabaret in Vancouver, BC\n- May 12 at Café du Nord in San Francisco, CA\n\nhttps://justmustard.bandcamp.com/album/we-were-just-here",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}