Information about plays

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

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

{
    "id": 3547771,
    "uri": "https://api.kexp.org/v2/plays/3547771/?format=api",
    "airdate": "2025-09-02T00:42:08-07:00",
    "show": 64450,
    "show_uri": "https://api.kexp.org/v2/shows/64450/?format=api",
    "image_uri": "https://coverartarchive.org/release/a70f34da-1d31-4f03-9628-8e6c864feb41/42571881987-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a70f34da-1d31-4f03-9628-8e6c864feb41/42571881987-250.jpg",
    "song": "Think of You Piano",
    "track_id": null,
    "recording_id": null,
    "artist": "Kuniyuki Takahashi",
    "artist_ids": [
        "b2bbf316-ebae-4275-a0b2-58e3758a0dd7"
    ],
    "album": "We Are Together",
    "release_id": null,
    "release_group_id": "b026bd60-e94b-38d6-b92a-98c08fd3defc",
    "labels": [
        "Mule Musiq"
    ],
    "label_ids": [
        "4c2c47d8-08a0-43fe-b2fc-2db1b413b68c"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another 2000s gem - https://mulemusiq.bandcamp.com/album/we-are-together",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}