Information about plays

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

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

{
    "id": 3604595,
    "uri": "https://api.kexp.org/v2/plays/3604595/?format=api",
    "airdate": "2026-01-15T07:50:10-08:00",
    "show": 65656,
    "show_uri": "https://api.kexp.org/v2/shows/65656/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Doing the Right Thing",
    "track_id": "02876aa8-c352-48f8-a629-5ec7bc7d56f2",
    "recording_id": "83b3f5da-3703-4a14-a441-f40260e1f20a",
    "artist": "Daughter",
    "artist_ids": [
        "a1ced3e5-476c-4046-bd74-d428f419989b"
    ],
    "album": "Not to Disappear",
    "release_id": "2cf13f0e-b2ff-4957-a4b6-ce5624185310",
    "release_group_id": "c3bf0d54-af8a-4200-a71d-3212f955f6bb",
    "labels": [
        "Glassnote",
        "4AD"
    ],
    "label_ids": [
        "58c69b6f-5c5b-4341-8be6-a43c3e69b408",
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2016-01-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Daughter's wonderful 2016 Live on KEXP session included \"Doing the Right Thing\": https://bit.ly/2HTIWfb.\n\nhttps://ohdaughter.bandcamp.com/\nhttps://ohdaughter.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}