Information about plays

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

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

{
    "id": 3562611,
    "uri": "https://api.kexp.org/v2/plays/3562611/?format=api",
    "airdate": "2025-10-08T06:39:24-07:00",
    "show": 64777,
    "show_uri": "https://api.kexp.org/v2/shows/64777/?format=api",
    "image_uri": "https://coverartarchive.org/release/46a2f184-ef38-4025-a6e8-c0507f790d90/5358642722-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/46a2f184-ef38-4025-a6e8-c0507f790d90/5358642722-250.jpg",
    "song": "Needles in the Camel’s Eye",
    "track_id": null,
    "recording_id": "f5f23de7-c15b-4978-99ed-dee21d7d5e12",
    "artist": "Brian Eno",
    "artist_ids": [
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872"
    ],
    "album": "Here Come the Warm Jets",
    "release_id": null,
    "release_group_id": "90d9be4c-30be-3e28-949a-66ee22c3a63a",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1973-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#364 Favorite Album of All Time - Brian Eno - Here Come the Warm Jets",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}