Information about plays

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

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

{
    "id": 3636815,
    "uri": "https://api.kexp.org/v2/plays/3636815/?format=api",
    "airdate": "2026-04-02T09:17:07-07:00",
    "show": 66344,
    "show_uri": "https://api.kexp.org/v2/shows/66344/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mind Your Own Business",
    "track_id": "ad3899a2-e746-4d6e-b9c6-24373d76273f",
    "recording_id": "1c7075ee-4323-4f19-afed-3525520e929c",
    "artist": "Automatic",
    "artist_ids": [
        "9b627d78-b041-4b23-bb70-3534e61afc7e"
    ],
    "album": "Calling It b/w Mind Your Own Business",
    "release_id": "4301f940-9872-49b0-be67-effc928d2e1a",
    "release_group_id": "a1331d5c-55d7-4ed2-98c8-7c1a60f572ca",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2019-08-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Delta 5 Cover!\nTroy was the host when Automatic performed live in our studio in 2022.: https://www.youtube.com/watch?v=X52Ha58i8O4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}