Information about plays

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

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

{
    "id": 3637070,
    "uri": "https://api.kexp.org/v2/plays/3637070/?format=api",
    "airdate": "2026-04-03T00:36:51-07:00",
    "show": 66349,
    "show_uri": "https://api.kexp.org/v2/shows/66349/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Amnesia",
    "track_id": null,
    "recording_id": "94a1cc4b-770d-4c6d-ba61-4b28419d6dca",
    "artist": "Gnarls Barkley",
    "artist_ids": [
        "a47c3aa2-7d87-475c-a2c7-1e2047dafb09"
    ],
    "album": "Atlanta",
    "release_id": null,
    "release_group_id": "9bbb78d5-e7cd-434b-878b-1ad5a1dcbcc1",
    "labels": [
        "10K Projects"
    ],
    "label_ids": [
        "3e99fe77-c2ba-44fb-8185-223c5a3beb0e"
    ],
    "release_date": "2026-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}