Information about plays

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

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

{
    "id": 3564742,
    "uri": "https://api.kexp.org/v2/plays/3564742/?format=api",
    "airdate": "2025-10-13T23:32:01-07:00",
    "show": 64829,
    "show_uri": "https://api.kexp.org/v2/shows/64829/?format=api",
    "image_uri": "https://ia600906.us.archive.org/14/items/mbid-c6dbc60f-5475-4a92-ba75-b96804e8e235/mbid-c6dbc60f-5475-4a92-ba75-b96804e8e235-42947843962_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-c6dbc60f-5475-4a92-ba75-b96804e8e235/mbid-c6dbc60f-5475-4a92-ba75-b96804e8e235-42947843962_thumb250.jpg",
    "song": "Doesn't Really Matter",
    "track_id": "df883cda-71a9-430d-a6af-57d40328c966",
    "recording_id": "50220fb9-48df-4a51-9991-064daddd55d5",
    "artist": "Car Culture",
    "artist_ids": [
        "5f1a871f-0e8a-467e-846e-8f60fff4815d"
    ],
    "album": "Rest Here",
    "release_id": "c6dbc60f-5475-4a92-ba75-b96804e8e235",
    "release_group_id": "0e48a9f3-1cb4-4648-a8d0-9e5d3b8f1ed4",
    "labels": [
        "NAFF"
    ],
    "label_ids": [
        "8546c2f5-488c-442b-92a9-ce7021d4ec93"
    ],
    "release_date": "2025-10-09",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Really enjoying this new one from NYC's Car Culture aka Physical Therapy - https://naffrecordings.bandcamp.com/album/rest-here",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}