Information about plays

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

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

{
    "id": 3633494,
    "uri": "https://api.kexp.org/v2/plays/3633494/?format=api",
    "airdate": "2026-03-25T12:16:32-07:00",
    "show": 66276,
    "show_uri": "https://api.kexp.org/v2/shows/66276/?format=api",
    "image_uri": "https://coverartarchive.org/release/7bfff265-4488-4aca-ad65-14bfe31e3ea2/42147048111-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7bfff265-4488-4aca-ad65-14bfe31e3ea2/42147048111-250.jpg",
    "song": "Everytime",
    "track_id": null,
    "recording_id": "48f35b60-bb39-46f8-a990-bd89ae8670e3",
    "artist": "Ethel Cain",
    "artist_ids": [
        "677e31f1-4035-463c-8ca4-41175440c919"
    ],
    "album": "Everytime",
    "release_id": null,
    "release_group_id": "9ecc71ec-a8a9-45c6-9606-ee06027c0286",
    "labels": [
        "Daughters of Cain Records"
    ],
    "label_ids": [
        "a0687f2d-67bd-474a-bc03-17f64cc720f3"
    ],
    "release_date": "2022-03-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know this is a cover of Britney Spears' \"Everytime'?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}