Information about plays

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

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

{
    "id": 3630780,
    "uri": "https://api.kexp.org/v2/plays/3630780/?format=api",
    "airdate": "2026-03-18T22:07:52-07:00",
    "show": 66218,
    "show_uri": "https://api.kexp.org/v2/shows/66218/?format=api",
    "image_uri": "https://coverartarchive.org/release/454822a2-b071-463c-979d-d28154f421a4/11281773853-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/454822a2-b071-463c-979d-d28154f421a4/11281773853-250.jpg",
    "song": "I Am Waiting",
    "track_id": null,
    "recording_id": "208c8011-38a2-42ef-95a1-ab21e3b5fa1f",
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Aftermath",
    "release_id": null,
    "release_group_id": "26987c39-5914-483b-a897-d43ce6aad9b1",
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "1966-04-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}