Information about plays

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

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

{
    "id": 3578944,
    "uri": "https://api.kexp.org/v2/plays/3578944/?format=api",
    "airdate": "2025-11-16T11:22:08-08:00",
    "show": 65126,
    "show_uri": "https://api.kexp.org/v2/shows/65126/?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": "A statement from Todd Snider’s friends and family: “Right now we’re asking everyone who loves Todd to hold him in your thoughts in whatever way feels right to you. Say a prayer, light a candle, roll one up, send strength, or just keep him close in your heart. You’ve carried him through so much over the years, and he needs that from all of us now more than ever.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}