Information about plays

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

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

{
    "id": 3635999,
    "uri": "https://api.kexp.org/v2/plays/3635999/?format=api",
    "airdate": "2026-03-31T11:52:23-07:00",
    "show": 66329,
    "show_uri": "https://api.kexp.org/v2/shows/66329/?format=api",
    "image_uri": "https://dn710805.ca.archive.org/0/items/mbid-3ebe514d-d197-3984-81ee-4d09231be775/mbid-3ebe514d-d197-3984-81ee-4d09231be775-12248686551_thumb500.jpg",
    "thumbnail_uri": "https://dn710805.ca.archive.org/0/items/mbid-3ebe514d-d197-3984-81ee-4d09231be775/mbid-3ebe514d-d197-3984-81ee-4d09231be775-12248686551_thumb250.jpg",
    "song": "Man on the Moon",
    "track_id": "ead90d98-2ec4-3f5e-a8bb-56c06b349e5a",
    "recording_id": "1981c7d2-6c89-4c53-935a-890d937159b9",
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Automatic for the People",
    "release_id": "3ebe514d-d197-3984-81ee-4d09231be775",
    "release_group_id": "c86c6af9-d10e-3079-b34b-30b682a797eb",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1992-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.E.M. performed \"Man On The Moon\" with Eddie Vedder when they were inducted into the Rock and Roll Hall of Fame in 2007. Vedder gave their introductory speech.: https://www.youtube.com/watch?v=CBhrIHWpUVA\n\nR.E.M. was a big influence on Vedder, who claims he listened to their Murmur album about 1200 times in 1984.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}