Information about plays

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

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

{
    "id": 3562269,
    "uri": "https://api.kexp.org/v2/plays/3562269/?format=api",
    "airdate": "2025-10-07T06:44:33-07:00",
    "show": 64769,
    "show_uri": "https://api.kexp.org/v2/shows/64769/?format=api",
    "image_uri": "https://ia600307.us.archive.org/23/items/mbid-be3e3f45-2963-46b2-807b-21c2e947eeee/mbid-be3e3f45-2963-46b2-807b-21c2e947eeee-38530092952_thumb500.jpg",
    "thumbnail_uri": "https://ia600307.us.archive.org/23/items/mbid-be3e3f45-2963-46b2-807b-21c2e947eeee/mbid-be3e3f45-2963-46b2-807b-21c2e947eeee-38530092952_thumb250.jpg",
    "song": "Feels Like We Only Go Backwards",
    "track_id": "bf6bb630-5dfb-3168-b0ce-485643a42267",
    "recording_id": "74bbaf1e-220c-4329-b494-bcfd7da17ec0",
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Lonerism",
    "release_id": "be3e3f45-2963-46b2-807b-21c2e947eeee",
    "release_group_id": "b0864c80-2726-4761-bf66-a97610162a2c",
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2012-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#489 Favorite Album of All Time: Lonerism, Tame Impala\n\nLonerism is Tame Impala's 2nd album. The psychedelic music project is the creation of the Australian multi-instrumentalist Kevin Parker. \n\nSee the swirling psychedelia in the official video for \"Feels Like We Only Go Backwards\": https://www.youtube.com/watch?v=wycjnCCgUes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}