Information about plays

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

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

{
    "id": 3657421,
    "uri": "https://api.kexp.org/v2/plays/3657421/?format=api",
    "airdate": "2026-05-20T23:23:25-07:00",
    "show": 66771,
    "show_uri": "https://api.kexp.org/v2/shows/66771/?format=api",
    "image_uri": "https://coverartarchive.org/release/0bc5ed74-9648-4580-b178-86f019fa4998/43231638553-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0bc5ed74-9648-4580-b178-86f019fa4998/43231638553-250.jpg",
    "song": "All My Friends Are So Depressed",
    "track_id": null,
    "recording_id": "69093a2d-6889-4cdf-8478-a8569d93ffb9",
    "artist": "Joyce Manor",
    "artist_ids": [
        "945d3b69-27cd-45fa-b491-52553a63dead"
    ],
    "album": "I Used to Go to This Bar",
    "release_id": null,
    "release_group_id": "67cef8db-fc04-4453-ba30-6b9090a09a29",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2026-01-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}