Information about plays

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

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

{
    "id": 3561443,
    "uri": "https://api.kexp.org/v2/plays/3561443/?format=api",
    "airdate": "2025-10-04T23:57:04-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "https://ia600906.us.archive.org/15/items/mbid-8374bcf4-5ef9-4fd7-b50b-e29b95a050b7/mbid-8374bcf4-5ef9-4fd7-b50b-e29b95a050b7-38944264749_thumb500.jpg",
    "thumbnail_uri": "https://ia800906.us.archive.org/15/items/mbid-8374bcf4-5ef9-4fd7-b50b-e29b95a050b7/mbid-8374bcf4-5ef9-4fd7-b50b-e29b95a050b7-38944264749_thumb250.jpg",
    "song": "Fit and Working Again",
    "track_id": "c33eb46e-9546-411c-8f44-5fc864575016",
    "recording_id": "ae12c106-3d8a-4dda-9d8b-5df268bb6789",
    "artist": "The Fall",
    "artist_ids": [
        "d5da1841-9bc8-4813-9f89-11098090148e"
    ],
    "album": "Totally Wired: The Rough Trade Anthology",
    "release_id": "975566de-65a2-4417-9f33-fc3c2bdec6f1",
    "release_group_id": "41ec28c3-e876-3f71-8cec-1882b5c4bacb",
    "labels": [
        "Castle Music"
    ],
    "label_ids": [
        "b151764b-7521-4063-93a8-6817f7ae670f"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Mark E Fall\n\nIf you donate at the $10/mo or $120 level, you can choose your thank you gift AND get an additional KEXP Big, Beautiful Bag!\n\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}