Information about plays

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

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

{
    "id": 3548692,
    "uri": "https://api.kexp.org/v2/plays/3548692/?format=api",
    "airdate": "2025-09-04T04:02:00-07:00",
    "show": 64468,
    "show_uri": "https://api.kexp.org/v2/shows/64468/?format=api",
    "image_uri": "https://coverartarchive.org/release/de5b05ba-92d5-452b-b7ba-13ab3ef10ce1/4253984299-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/de5b05ba-92d5-452b-b7ba-13ab3ef10ce1/4253984299-250.jpg",
    "song": "Outside My Window",
    "track_id": null,
    "recording_id": "f22c0e0a-a623-438f-9086-5db1c20ec63f",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Stevie Wonder’s Journey Through the Secret Life of Plants",
    "release_id": null,
    "release_group_id": "610a4b7e-061e-3de3-9bd3-b58d04d0482a",
    "labels": [
        "Tamla"
    ],
    "label_ids": [
        "7f87e14e-eb85-4a7e-957a-77465f869cb5"
    ],
    "release_date": "1979-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "My love lives outside my window\nClouds burst to give water\nSo her love can grow, oh oh\nMy love smiles to me each morning\nSays she’ll never leave me and I know it’s so\n---\nhttps://genius.com/Stevie-wonder-outside-my-window-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}