Information about plays

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

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

{
    "id": 3547393,
    "uri": "https://api.kexp.org/v2/plays/3547393/?format=api",
    "airdate": "2025-09-01T02:23:14-07:00",
    "show": 64442,
    "show_uri": "https://api.kexp.org/v2/shows/64442/?format=api",
    "image_uri": "https://ia601502.us.archive.org/12/items/mbid-7852531e-7648-48c1-bec2-2993c77bf65b/mbid-7852531e-7648-48c1-bec2-2993c77bf65b-41305393893_thumb500.jpg",
    "thumbnail_uri": "https://ia601502.us.archive.org/12/items/mbid-7852531e-7648-48c1-bec2-2993c77bf65b/mbid-7852531e-7648-48c1-bec2-2993c77bf65b-41305393893_thumb250.jpg",
    "song": "The Fool on the Hill",
    "track_id": "b4ca45e4-0881-450a-82b7-24c7c0840781",
    "recording_id": "c855102a-ab08-41b4-a867-76831a3c1e6a",
    "artist": "Gregory Uhlmann, Josh Johnson , Sam Wilkes",
    "artist_ids": [
        "56576619-c9e0-4e66-b2cc-f9795025448e",
        "1aa7813a-a585-4f9d-8585-331d5fb6e5d5",
        "37b60764-3b1e-4247-8215-93e579bd7f1b"
    ],
    "album": "Uhlmann Johnson Wilkes",
    "release_id": "7852531e-7648-48c1-bec2-2993c77bf65b",
    "release_group_id": "5669adff-c5f6-47e6-8064-610ce00cbab8",
    "labels": [
        "International Anthem Recording Co."
    ],
    "label_ids": [
        "817464f6-8b69-4467-988c-1ce0bc23122e"
    ],
    "release_date": "2025-03-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wonderfully explorative album from Intl Anthem stalwarts ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}