Information about plays

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

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

{
    "id": 3608952,
    "uri": "https://api.kexp.org/v2/plays/3608952/?format=api",
    "airdate": "2026-01-25T11:57:13-08:00",
    "show": 65751,
    "show_uri": "https://api.kexp.org/v2/shows/65751/?format=api",
    "image_uri": "https://coverartarchive.org/release/60ebc6a0-f7f8-4deb-ba65-22f8ad03f2b4/32959192087-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/60ebc6a0-f7f8-4deb-ba65-22f8ad03f2b4/32959192087-250.jpg",
    "song": "Agnostic Preacher’s Lament",
    "track_id": null,
    "recording_id": "4b5539fb-c247-46b0-aafc-c1661efea948",
    "artist": "Todd Snider",
    "artist_ids": [
        "25c13ec7-fad4-4da4-8d98-9607ff615d68"
    ],
    "album": "First Agnostic Church of Hope and Wonder",
    "release_id": null,
    "release_group_id": "b36aa474-eaa4-4e56-87ee-cec4a9be7ab7",
    "labels": [
        "Aimless Records"
    ],
    "label_ids": [
        "a590ee43-edf9-460e-a148-da7040a1311b"
    ],
    "release_date": "2021-04-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}