Information about plays

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

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

{
    "id": 3568067,
    "uri": "https://api.kexp.org/v2/plays/3568067/?format=api",
    "airdate": "2025-10-21T14:37:58-07:00",
    "show": 64896,
    "show_uri": "https://api.kexp.org/v2/shows/64896/?format=api",
    "image_uri": "https://dn721901.ca.archive.org/0/items/mbid-2f8dad06-74e3-3266-9a7d-0b3116419a34/mbid-2f8dad06-74e3-3266-9a7d-0b3116419a34-26704763973_thumb500.jpg",
    "thumbnail_uri": "https://dn721901.ca.archive.org/0/items/mbid-2f8dad06-74e3-3266-9a7d-0b3116419a34/mbid-2f8dad06-74e3-3266-9a7d-0b3116419a34-26704763973_thumb250.jpg",
    "song": "Ask Me Anything",
    "track_id": "02597413-0ac6-3c67-b393-06812843affd",
    "recording_id": "5f96cced-2229-43d8-982b-8f40bc967b4b",
    "artist": "The Strokes",
    "artist_ids": [
        "f181961b-20f7-459e-89de-920ef03c7ed0"
    ],
    "album": "First Impressions of Earth",
    "release_id": "2f8dad06-74e3-3266-9a7d-0b3116419a34",
    "release_group_id": "5ef51a9b-55eb-3400-99a8-47b892e11df7",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2006-01-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout Out Chris!\n---\nCheck out this live performance of 'Ask Me Anything' here, enjoy:\nhttps://www.youtube.com/watch?v=evXuMRJVyro&list=RDevXuMRJVyro&start_radio=1\n---\nhttps://www.thestrokes.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}