Information about plays

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

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

{
    "id": 3546783,
    "uri": "https://api.kexp.org/v2/plays/3546783/?format=api",
    "airdate": "2025-08-30T17:25:50-07:00",
    "show": 64430,
    "show_uri": "https://api.kexp.org/v2/shows/64430/?format=api",
    "image_uri": "https://ia601201.us.archive.org/22/items/mbid-94051a34-5292-4721-81c6-715f94d8961b/mbid-94051a34-5292-4721-81c6-715f94d8961b-38321879702_thumb500.jpg",
    "thumbnail_uri": "https://ia801201.us.archive.org/22/items/mbid-94051a34-5292-4721-81c6-715f94d8961b/mbid-94051a34-5292-4721-81c6-715f94d8961b-38321879702_thumb250.jpg",
    "song": "Pacifying Joint",
    "track_id": "5de663a6-3243-3a39-819c-20d8f7ecd1df",
    "recording_id": "5834282b-99b5-43c4-9602-4ccca79c99f7",
    "artist": "The Fall",
    "artist_ids": [
        "d5da1841-9bc8-4813-9f89-11098090148e"
    ],
    "album": "Fall Heads Roll",
    "release_id": "94051a34-5292-4721-81c6-715f94d8961b",
    "release_group_id": "88b43432-434a-38ca-9e7b-ccb7aab9be77",
    "labels": [
        "Narnack Records"
    ],
    "label_ids": [
        "7468130a-5a6d-4321-9c7f-9f2b3a393f03"
    ],
    "release_date": "2005-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}