Information about plays

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

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

{
    "id": 3629531,
    "uri": "https://api.kexp.org/v2/plays/3629531/?format=api",
    "airdate": "2026-03-16T00:15:56-07:00",
    "show": 66193,
    "show_uri": "https://api.kexp.org/v2/shows/66193/?format=api",
    "image_uri": "https://coverartarchive.org/release/550f4c6d-3882-481e-a755-c26ed5deacb1/31271532489-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/550f4c6d-3882-481e-a755-c26ed5deacb1/31271532489-250.jpg",
    "song": "Blood Red Sky",
    "track_id": null,
    "recording_id": "435f74cd-5285-4515-bc3a-da3f15ebcc5d",
    "artist": "Orbits",
    "artist_ids": [
        "32ebeca2-f9e3-4118-849c-25575193573a"
    ],
    "album": "Pyramid Remix",
    "release_id": null,
    "release_group_id": "607ccf14-5212-41a4-9647-5dd03c5f4c6c",
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2021-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}