Information about plays

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

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

{
    "id": 3627995,
    "uri": "https://api.kexp.org/v2/plays/3627995/?format=api",
    "airdate": "2026-03-12T05:09:05-07:00",
    "show": 66158,
    "show_uri": "https://api.kexp.org/v2/shows/66158/?format=api",
    "image_uri": "https://coverartarchive.org/release/ab65717f-88bd-4ed0-9f5f-fbdc7cb76606/36260670604-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ab65717f-88bd-4ed0-9f5f-fbdc7cb76606/36260670604-250.jpg",
    "song": "Guess I'm Fallin' In Love",
    "track_id": null,
    "recording_id": "42812bcc-8dbd-4dc1-94d9-02254dce62fa",
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "The Cheating Hearts",
    "release_id": null,
    "release_group_id": "7690683b-39d4-492d-bde6-bd0787670d44",
    "labels": [
        "Goodbye Boozy Records"
    ],
    "label_ids": [
        "de8a444c-ab2b-4852-ba5e-e50c4325c9e9"
    ],
    "release_date": "2022-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If you're in love with KEXP, show your support, make a donation now!: https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}