Information about plays

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

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

{
    "id": 3550454,
    "uri": "https://api.kexp.org/v2/plays/3550454/?format=api",
    "airdate": "2025-09-08T13:21:45-07:00",
    "show": 64510,
    "show_uri": "https://api.kexp.org/v2/shows/64510/?format=api",
    "image_uri": "https://ia801406.us.archive.org/15/items/mbid-d8d7147d-52a3-4457-bc30-01366f9e7f9a/mbid-d8d7147d-52a3-4457-bc30-01366f9e7f9a-30714332048_thumb500.jpg",
    "thumbnail_uri": "https://ia601406.us.archive.org/15/items/mbid-d8d7147d-52a3-4457-bc30-01366f9e7f9a/mbid-d8d7147d-52a3-4457-bc30-01366f9e7f9a-30714332048_thumb250.jpg",
    "song": "Higher Ground",
    "track_id": "35a9ce74-9d30-4bfc-9ffa-5bd31b4f9a81",
    "recording_id": "868cdd62-00a9-4fe9-afbd-74ec9f8901fd",
    "artist": "ODESZA feat. Naomi Wild",
    "artist_ids": [
        "f07a2fca-e37b-4f1b-bae0-9e49b8a0b412",
        "2e222fce-02ae-4221-b1c6-3c3242b423b6"
    ],
    "album": "A Moment Apart",
    "release_id": "d8d7147d-52a3-4457-bc30-01366f9e7f9a",
    "release_group_id": "724699f1-9153-4c72-9ac4-cbf2d598582b",
    "labels": [
        "Counter Records"
    ],
    "label_ids": [
        "93214c28-306f-493f-a1e8-be3e04e1ab78"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Odesza's third album released today.  The duo formed in 2012 as students at Western Washington University in Bellingham.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}