Information about plays

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

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

{
    "id": 3603129,
    "uri": "https://api.kexp.org/v2/plays/3603129/?format=api",
    "airdate": "2026-01-11T16:10:35-08:00",
    "show": 65624,
    "show_uri": "https://api.kexp.org/v2/shows/65624/?format=api",
    "image_uri": "https://coverartarchive.org/release/cdd1ee2b-9543-3683-ad02-b069cdca146e/13936077518-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cdd1ee2b-9543-3683-ad02-b069cdca146e/13936077518-250.jpg",
    "song": "September Gurls",
    "track_id": null,
    "recording_id": "1d43d01e-13e1-4829-a2ca-db6449af40f1",
    "artist": "Bangles",
    "artist_ids": [
        "f31ec2ac-9071-4306-acd1-d2c8321033b5"
    ],
    "album": "Different Light",
    "release_id": null,
    "release_group_id": "d583565f-0cb4-324d-86f4-79bd44f40039",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Big Star cover! Happy 68th birthday to Vickie Peterson of the Bangles, born on this day in 1958.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}