Information about plays

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

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

{
    "id": 3635867,
    "uri": "https://api.kexp.org/v2/plays/3635867/?format=api",
    "airdate": "2026-03-31T04:12:30-07:00",
    "show": 66326,
    "show_uri": "https://api.kexp.org/v2/shows/66326/?format=api",
    "image_uri": "https://coverartarchive.org/release/238ac0cc-bf91-475d-a455-9435181944a3/28267373756-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/238ac0cc-bf91-475d-a455-9435181944a3/28267373756-250.jpg",
    "song": "Chem-Farmer",
    "track_id": null,
    "recording_id": "51ac85bd-1d12-4c5c-9db0-908dd28fe867",
    "artist": "Thee Oh Sees",
    "artist_ids": [
        "194272cc-dcc8-4640-a4a6-66da7d250d5c"
    ],
    "album": "Carrion Crawler / The Dream",
    "release_id": null,
    "release_group_id": "7c49e5f0-cc69-4c5d-afbb-902fde19e53d",
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2011-11-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Steve in Texas -- Thanks for listening!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}