Information about plays

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

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

{
    "id": 3549601,
    "uri": "https://api.kexp.org/v2/plays/3549601/?format=api",
    "airdate": "2025-09-06T12:00:27-07:00",
    "show": 64492,
    "show_uri": "https://api.kexp.org/v2/shows/64492/?format=api",
    "image_uri": "https://ia800804.us.archive.org/14/items/mbid-8e099cef-e88d-4468-8d66-253d405d6edc/mbid-8e099cef-e88d-4468-8d66-253d405d6edc-2340969553_thumb500.jpg",
    "thumbnail_uri": "https://ia800804.us.archive.org/14/items/mbid-8e099cef-e88d-4468-8d66-253d405d6edc/mbid-8e099cef-e88d-4468-8d66-253d405d6edc-2340969553_thumb250.jpg",
    "song": "Above the Middle",
    "track_id": "d67980f4-8484-32ae-9f0d-bd59f8495c7e",
    "recording_id": "04f77af3-83f4-426d-905d-a92489d8ab92",
    "artist": "ODESZA",
    "artist_ids": [
        "2e222fce-02ae-4221-b1c6-3c3242b423b6"
    ],
    "album": "Summer's Gone",
    "release_id": "8e099cef-e88d-4468-8d66-253d405d6edc",
    "release_group_id": "9f66cbf0-35b6-4708-b276-88c6a043ed3b",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2012-09-06",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 2012.\n---\n\"Above the Middle\" by ODESZA sampled Alicia Keys's \"No One\" and Yeah Yeah Yeahs's \"Cheated Hearts\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}