Information about plays

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

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

{
    "id": 3562498,
    "uri": "https://api.kexp.org/v2/plays/3562498/?format=api",
    "airdate": "2025-10-08T00:08:40-07:00",
    "show": 64775,
    "show_uri": "https://api.kexp.org/v2/shows/64775/?format=api",
    "image_uri": "https://dn710005.ca.archive.org/0/items/mbid-77fcdc04-430d-374f-8c5e-71c418b89962/mbid-77fcdc04-430d-374f-8c5e-71c418b89962-30636201638_thumb500.jpg",
    "thumbnail_uri": "https://dn710005.ca.archive.org/0/items/mbid-77fcdc04-430d-374f-8c5e-71c418b89962/mbid-77fcdc04-430d-374f-8c5e-71c418b89962-30636201638_thumb250.jpg",
    "song": "All Night Long",
    "track_id": "962a46da-e72b-3a70-b1e5-2d88a29342fe",
    "recording_id": "25254076-42c7-47f8-9ba1-b3b275f3725c",
    "artist": "Peter Murphy",
    "artist_ids": [
        "b78346af-e3ce-4b36-a0d5-032414de8a27"
    ],
    "album": "Wild Birds 1985-1995",
    "release_id": "77fcdc04-430d-374f-8c5e-71c418b89962",
    "release_group_id": "0071daf3-8b6c-398e-8d2c-01c2bd21062e",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "2000-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Davey, the proud owner of a new KEXP beanie, you can get yours now by donating at KEXP.org! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}