Information about plays

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

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

{
    "id": 3554465,
    "uri": "https://api.kexp.org/v2/plays/3554465/?format=api",
    "airdate": "2025-09-18T04:43:43-07:00",
    "show": 64591,
    "show_uri": "https://api.kexp.org/v2/shows/64591/?format=api",
    "image_uri": "https://coverartarchive.org/release/a9123bbe-39cb-35ac-83be-95928e6816e6/12663643166-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a9123bbe-39cb-35ac-83be-95928e6816e6/12663643166-250.jpg",
    "song": "I Am Stretched on Your Grave",
    "track_id": null,
    "recording_id": "cb21fcfc-e981-46eb-88e9-d0264c467cf7",
    "artist": "Sinéad O’Connor",
    "artist_ids": [
        "c78a77fa-507c-4c07-947a-0355029453bd"
    ],
    "album": "I Do Not Want What I Haven’t Got",
    "release_id": null,
    "release_group_id": "9747bcfe-7c42-35ac-8c3e-7ecac9f1227b",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1990-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampling Funky Drummer\n---\nThis song was inspired by an anonymous 17th-century poem titled \"Táim sínte ar do thuama\". \n\nWe're still mourning the great Sinéad O’Connor, read this KEXP tribute - https://www.kexp.org/read/2023/7/26/rip-sinead-oconnor/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}