Information about plays

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

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

{
    "id": 3577959,
    "uri": "https://api.kexp.org/v2/plays/3577959/?format=api",
    "airdate": "2025-11-14T06:47:05-08:00",
    "show": 65104,
    "show_uri": "https://api.kexp.org/v2/shows/65104/?format=api",
    "image_uri": "https://ia802802.us.archive.org/1/items/mbid-9b946204-9884-3e5e-83de-b163588dd1c0/mbid-9b946204-9884-3e5e-83de-b163588dd1c0-20790549747_thumb500.jpg",
    "thumbnail_uri": "https://ia802802.us.archive.org/1/items/mbid-9b946204-9884-3e5e-83de-b163588dd1c0/mbid-9b946204-9884-3e5e-83de-b163588dd1c0-20790549747_thumb250.jpg",
    "song": "St. Elmo’s Fire",
    "track_id": "2faad976-1867-3a84-b635-0e244f60ca82",
    "recording_id": "1db26d16-7c8e-450c-981c-75d6b7e3ad9f",
    "artist": "Brian Eno",
    "artist_ids": [
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872"
    ],
    "album": "Another Green World",
    "release_id": "9b946204-9884-3e5e-83de-b163588dd1c0",
    "release_group_id": "7d5a684e-73a3-325c-a59c-34c9a941d8d6",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2004-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brian Eno has done everything from producing huge pop stars to creating tiny art installations to touring with rock bands to inventing ambient music. Another Green World remains his definitive album. https://pitchfork.com/reviews/albums/22061-another-green-world/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}