Information about plays

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

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

{
    "id": 3637461,
    "uri": "https://api.kexp.org/v2/plays/3637461/?format=api",
    "airdate": "2026-04-03T22:55:04-07:00",
    "show": 66359,
    "show_uri": "https://api.kexp.org/v2/shows/66359/?format=api",
    "image_uri": "https://coverartarchive.org/release/c2ddaae7-af0c-4a15-aea7-381c77783149/17676227907-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c2ddaae7-af0c-4a15-aea7-381c77783149/17676227907-250.jpg",
    "song": "Young Eye",
    "track_id": null,
    "recording_id": "6885dcd7-6c48-4bad-ac2b-fc892e9d4d73",
    "artist": "ivan ave",
    "artist_ids": [
        "716ec250-83b9-464c-8321-31bd565ef989"
    ],
    "album": "Every Eye",
    "release_id": null,
    "release_group_id": "56b167d2-78fd-4099-85f1-44b3edfebe45",
    "labels": [
        "Jakarta Records"
    ],
    "label_ids": [
        "7b774ad3-2be0-4e34-a0ed-6004b622897e"
    ],
    "release_date": "2017-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}