Information about plays

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

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

{
    "id": 3604262,
    "uri": "https://api.kexp.org/v2/plays/3604262/?format=api",
    "airdate": "2026-01-14T12:18:22-08:00",
    "show": 65648,
    "show_uri": "https://api.kexp.org/v2/shows/65648/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Losing My Edge",
    "track_id": "d2157774-f89a-3a3d-bae3-2a8628c8fe7a",
    "recording_id": "fcdb74b5-80a9-461f-9429-50834fede4fc",
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "LCD Soundsystem",
    "release_id": "d369d374-0ceb-3569-aabe-e8fbe700d85f",
    "release_group_id": "0276770a-5f4b-3b0a-936c-69e295f3c5b9",
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2005-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to all the listeners tuned in today!\n\nRequested by Chelsea. Also requested by Tim in Pioneer Square!\n\nTim says: \"How about some LCD Soundsystem Losing my edge for  all the other birthday people? We will never lose our edge so long as KEXP exists; bring it!!\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}