Information about plays

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

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

{
    "id": 3631691,
    "uri": "https://api.kexp.org/v2/plays/3631691/?format=api",
    "airdate": "2026-03-20T22:52:49-07:00",
    "show": 66236,
    "show_uri": "https://api.kexp.org/v2/shows/66236/?format=api",
    "image_uri": "https://ia601305.us.archive.org/33/items/mbid-46fb82d4-f71c-4d7c-9f9f-95dd5c33dee7/mbid-46fb82d4-f71c-4d7c-9f9f-95dd5c33dee7-1674355969_thumb500.jpg",
    "thumbnail_uri": "https://dn710808.ca.archive.org/0/items/mbid-46fb82d4-f71c-4d7c-9f9f-95dd5c33dee7/mbid-46fb82d4-f71c-4d7c-9f9f-95dd5c33dee7-1674355969_thumb250.jpg",
    "song": "Find a Way",
    "track_id": "fd693e20-12f2-360b-8376-d828b920937f",
    "recording_id": "b658ba14-d5f4-4492-a856-360b4d5c16bf",
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "The Love Movement",
    "release_id": "46fb82d4-f71c-4d7c-9f9f-95dd5c33dee7",
    "release_group_id": "8a5d3fc4-5c7d-3971-a2b6-5fae14f465ed",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1998-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}