Information about plays

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

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

{
    "id": 3539674,
    "uri": "https://api.kexp.org/v2/plays/3539674/?format=api",
    "airdate": "2025-08-13T17:27:44-07:00",
    "show": 64280,
    "show_uri": "https://api.kexp.org/v2/shows/64280/?format=api",
    "image_uri": "https://ia801503.us.archive.org/2/items/mbid-70c8c63e-b985-4f4d-a9e4-1ce634e02409/mbid-70c8c63e-b985-4f4d-a9e4-1ce634e02409-16302382340_thumb500.jpg",
    "thumbnail_uri": "https://ia801503.us.archive.org/2/items/mbid-70c8c63e-b985-4f4d-a9e4-1ce634e02409/mbid-70c8c63e-b985-4f4d-a9e4-1ce634e02409-16302382340_thumb250.jpg",
    "song": "Slip Away",
    "track_id": "58d80150-1e9f-489c-9926-afa6e734b425",
    "recording_id": "d57468c2-b710-4719-9ebe-98ebb0e8e6e7",
    "artist": "Perfume Genius",
    "artist_ids": [
        "c4ff10e0-ae5a-467d-a409-6e0b4bf241eb"
    ],
    "album": "No Shape",
    "release_id": "70c8c63e-b985-4f4d-a9e4-1ce634e02409",
    "release_group_id": "06e1f743-b02e-4162-a9bb-d7cdb478a308",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2017-05-05",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "For Greg, in San Francisco!\n\n\"Hey Evie & KEXP folks! Maybe a weird request but this Fogust here in SF has me feeling moody and in my feels a little. What about some Dirty Projectors? Backup option: Perfume Genius 'Slip Away'? Thanks for being awesome and keeping the vibes going!\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}