Information about plays

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

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

{
    "id": 3632829,
    "uri": "https://api.kexp.org/v2/plays/3632829/?format=api",
    "airdate": "2026-03-23T18:49:41-07:00",
    "show": 66262,
    "show_uri": "https://api.kexp.org/v2/shows/66262/?format=api",
    "image_uri": "https://dn721309.ca.archive.org/0/items/mbid-896263b0-ce1e-45dd-abd2-c5118d17d5d6/mbid-896263b0-ce1e-45dd-abd2-c5118d17d5d6-4529010699_thumb500.jpg",
    "thumbnail_uri": "https://dn721309.ca.archive.org/0/items/mbid-896263b0-ce1e-45dd-abd2-c5118d17d5d6/mbid-896263b0-ce1e-45dd-abd2-c5118d17d5d6-4529010699_thumb250.jpg",
    "song": "Honky Tonk Women",
    "track_id": "45a2cf8b-6e54-3842-88be-34a702729fe2",
    "recording_id": "c0b7b368-ad18-481f-9184-2d92fa5799df",
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Forty Licks",
    "release_id": "896263b0-ce1e-45dd-abd2-c5118d17d5d6",
    "release_group_id": "6474dce0-f54d-36f5-9dc5-03a44e9f5d5b",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2002-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Two Rolling Stones gather no moss",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}