Information about plays

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

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

{
    "id": 3634988,
    "uri": "https://api.kexp.org/v2/plays/3634988/?format=api",
    "airdate": "2026-03-29T04:34:22-07:00",
    "show": 66309,
    "show_uri": "https://api.kexp.org/v2/shows/66309/?format=api",
    "image_uri": "https://dn710808.ca.archive.org/0/items/mbid-60d7f159-ab84-447c-afa9-c0d292de64c6/mbid-60d7f159-ab84-447c-afa9-c0d292de64c6-44534049295_thumb500.jpg",
    "thumbnail_uri": "https://dn710808.ca.archive.org/0/items/mbid-60d7f159-ab84-447c-afa9-c0d292de64c6/mbid-60d7f159-ab84-447c-afa9-c0d292de64c6-44534049295_thumb250.jpg",
    "song": "I Wanna Know",
    "track_id": "fbaa2f2d-52a1-446e-874a-bd44cdbd0428",
    "recording_id": "6da03a88-749e-4f5a-ba09-0112803e4afb",
    "artist": "Arima Ederra",
    "artist_ids": [
        "33f193dc-d07e-44d0-b2ef-fe4bd18a54a4"
    ],
    "album": "A Rush To Nowhere",
    "release_id": "60d7f159-ab84-447c-afa9-c0d292de64c6",
    "release_group_id": "bb421574-a066-4430-94fe-f9d4b0e15807",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2026-03-06",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}