Information about plays

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

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

{
    "id": 3541145,
    "uri": "https://api.kexp.org/v2/plays/3541145/?format=api",
    "airdate": "2025-08-17T09:00:10-07:00",
    "show": 64314,
    "show_uri": "https://api.kexp.org/v2/shows/64314/?format=api",
    "image_uri": "https://coverartarchive.org/release/c8bc4273-8681-4537-aa52-e5bcb3c70524/4202634945-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c8bc4273-8681-4537-aa52-e5bcb3c70524/4202634945-250.jpg",
    "song": "Amber Jean",
    "track_id": null,
    "recording_id": "49bd47da-1e06-4b81-8aa9-919b30481a94",
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "A Treasure",
    "release_id": null,
    "release_group_id": "ce2e952d-a738-4648-9a11-dd24b2e1087c",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2011-06-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Not on any studio album, Young performed this with the International Harvesters on a Nashville TV show in 1984.\nhttps://pitchfork.com/reviews/albums/15535-archives-performance-series-vol-9-a-treasure/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}