Information about plays

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

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

{
    "id": 3596770,
    "uri": "https://api.kexp.org/v2/plays/3596770/?format=api",
    "airdate": "2025-12-27T16:32:54-08:00",
    "show": 65490,
    "show_uri": "https://api.kexp.org/v2/shows/65490/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Teenager in Love",
    "track_id": "5e83e14f-1bac-34d0-a82b-c536c80ca69b",
    "recording_id": "7d46e1eb-1ca5-47c2-b90c-0b563028bf3e",
    "artist": "The Pains of Being Pure at Heart",
    "artist_ids": [
        "46f4e349-ddec-4131-9367-91b630a821d0"
    ],
    "album": "The Pains of Being Pure at Heart",
    "release_id": "365de359-7c0b-4c35-a6b0-dcee8a48294c",
    "release_group_id": "e649b605-99be-3500-8c68-4ee5e5adfc1f",
    "labels": [
        "Slumberland Records"
    ],
    "label_ids": [
        "5bf0ffc7-898d-43f0-a072-b072506fe617"
    ],
    "release_date": "2009-02-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Pains will be playing this album in FULL this February on the West Coast! \nMon, FEB 16, 2026\nThe Vera Project\nSeattle, WA\n\nTue, FEB 17, 2026\nThe Showdown\nPortland, OR\n\nFri, FEB 20, 2026\nRickshaw Stop\nSan Francisco, CA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}