Information about plays

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

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

{
    "id": 3635491,
    "uri": "https://api.kexp.org/v2/plays/3635491/?format=api",
    "airdate": "2026-03-30T07:11:31-07:00",
    "show": 66320,
    "show_uri": "https://api.kexp.org/v2/shows/66320/?format=api",
    "image_uri": "https://dn711004.ca.archive.org/0/items/mbid-24e3729b-0bb0-40e2-ba1d-a6cf8d059043/mbid-24e3729b-0bb0-40e2-ba1d-a6cf8d059043-4819746686_thumb500.jpg",
    "thumbnail_uri": "https://dn711004.ca.archive.org/0/items/mbid-24e3729b-0bb0-40e2-ba1d-a6cf8d059043/mbid-24e3729b-0bb0-40e2-ba1d-a6cf8d059043-4819746686_thumb250.jpg",
    "song": "Cheated Hearts",
    "track_id": "a416707a-1ac0-3502-9136-14627042a93f",
    "recording_id": "6ba2c047-2377-4313-ab4d-289d94872e77",
    "artist": "Yeah Yeah Yeahs",
    "artist_ids": [
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "Show Your Bones",
    "release_id": "24e3729b-0bb0-40e2-ba1d-a6cf8d059043",
    "release_group_id": "702b0213-f66e-33b7-b3f7-9307697edf58",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2006-03-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fun fact: Although it never charted, the track was voted the 10th best song of 2006 by NME magazine.\n\nWatch the official video here: https://www.youtube.com/watch?v=_YweT8jvGXI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}