Information about plays

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

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

{
    "id": 3543324,
    "uri": "https://api.kexp.org/v2/plays/3543324/?format=api",
    "airdate": "2025-08-22T15:07:21-07:00",
    "show": 64356,
    "show_uri": "https://api.kexp.org/v2/shows/64356/?format=api",
    "image_uri": "https://ia600704.us.archive.org/29/items/mbid-85b16994-76cd-43d0-b04c-ac8f9e808db8/mbid-85b16994-76cd-43d0-b04c-ac8f9e808db8-24206711701_thumb500.jpg",
    "thumbnail_uri": "https://dn721404.ca.archive.org/0/items/mbid-85b16994-76cd-43d0-b04c-ac8f9e808db8/mbid-85b16994-76cd-43d0-b04c-ac8f9e808db8-24206711701_thumb250.jpg",
    "song": "The Moment",
    "track_id": "13673fa7-753d-48b7-9b76-1f8f76e09347",
    "recording_id": "700b5bca-f8a0-4a3b-b260-1751016dc30b",
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Currents",
    "release_id": "85b16994-76cd-43d0-b04c-ac8f9e808db8",
    "release_group_id": "08aa7a6c-3e43-4459-87b2-e47faf3a088a",
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2015-07-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Tina on Lopez Island",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}