Information about plays

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

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

{
    "id": 3627890,
    "uri": "https://api.kexp.org/v2/plays/3627890/?format=api",
    "airdate": "2026-03-11T23:08:35-07:00",
    "show": 66156,
    "show_uri": "https://api.kexp.org/v2/shows/66156/?format=api",
    "image_uri": "https://coverartarchive.org/release/19da9a85-69f3-4d26-a730-aaf0b93c60e6/39240072399-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/19da9a85-69f3-4d26-a730-aaf0b93c60e6/39240072399-250.jpg",
    "song": "One Night (feat Cindy Pooch & Celia Kameni)",
    "track_id": null,
    "recording_id": "2d7617e3-4976-4af3-96ba-5349355cddaf",
    "artist": "Mr President",
    "artist_ids": [
        "855b1c48-8b3a-485f-88cd-267904dd643a"
    ],
    "album": "One Night",
    "release_id": null,
    "release_group_id": "27eed820-e997-4f55-8802-31bea454f54d",
    "labels": [
        "Favorite Recordings"
    ],
    "label_ids": [
        "33db1bc6-4501-497c-a7f7-01123956f4d2"
    ],
    "release_date": "2020-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another groover from French producer Bruno “Patchworks” Hovart.\n\nhttps://favoriterecordings.bandcamp.com/album/one-night",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}