Information about plays

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

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

{
    "id": 3542197,
    "uri": "https://api.kexp.org/v2/plays/3542197/?format=api",
    "airdate": "2025-08-19T20:40:37-07:00",
    "show": 64334,
    "show_uri": "https://api.kexp.org/v2/shows/64334/?format=api",
    "image_uri": "https://dn721905.ca.archive.org/0/items/mbid-2aecfffe-6d5c-48f0-868f-d30149ab7d26/mbid-2aecfffe-6d5c-48f0-868f-d30149ab7d26-38866452751_thumb500.jpg",
    "thumbnail_uri": "https://dn721905.ca.archive.org/0/items/mbid-2aecfffe-6d5c-48f0-868f-d30149ab7d26/mbid-2aecfffe-6d5c-48f0-868f-d30149ab7d26-38866452751_thumb250.jpg",
    "song": "First Time",
    "track_id": "3f88c056-e5e4-39b7-bd98-5b04e6b0d5c2",
    "recording_id": "01fc4a17-4788-48f4-9f9d-a92bbbeae2b9",
    "artist": "Jam Nation",
    "artist_ids": [
        "4b428358-adb2-4d08-8a2b-23d5c6b8d769"
    ],
    "album": "Way Down Below Buffalo Hell",
    "release_id": "9562fed3-26f3-4a0f-a924-927eac0a65d4",
    "release_group_id": "e29ffdd4-0388-3978-a193-b945b7a75921",
    "labels": [
        "Real World"
    ],
    "label_ids": [
        "351bf0d2-f806-416f-a6e9-fdb8ee238eac"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}