Information about plays

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

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

{
    "id": 3634111,
    "uri": "https://api.kexp.org/v2/plays/3634111/?format=api",
    "airdate": "2026-03-27T02:53:33-07:00",
    "show": 66289,
    "show_uri": "https://api.kexp.org/v2/shows/66289/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Saturday Love",
    "track_id": null,
    "recording_id": "004e62b5-5034-4f49-884f-c96d600489a8",
    "artist": "Alexander O’Neal, Cherelle",
    "artist_ids": [
        "fc4af92a-1aa8-4f35-9aea-29b2ecbe0779",
        "cbba650d-356e-407f-a63d-6e66bebfa6cb"
    ],
    "album": "High Priority",
    "release_id": null,
    "release_group_id": "1b03d408-45c1-30dc-945c-5ba809c0e08b",
    "labels": [
        "Tabu Records"
    ],
    "label_ids": [
        "b56f48fc-573b-4b95-b56b-a943a3ace896"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}