Information about plays

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

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

{
    "id": 3534348,
    "uri": "https://api.kexp.org/v2/plays/3534348/?format=api",
    "airdate": "2025-08-01T01:41:53-07:00",
    "show": 64166,
    "show_uri": "https://api.kexp.org/v2/shows/64166/?format=api",
    "image_uri": "https://dn721604.ca.archive.org/0/items/mbid-c622fd97-39ea-421b-acad-3a44c2fbc06b/mbid-c622fd97-39ea-421b-acad-3a44c2fbc06b-42636868196_thumb500.jpg",
    "thumbnail_uri": "https://dn721604.ca.archive.org/0/items/mbid-c622fd97-39ea-421b-acad-3a44c2fbc06b/mbid-c622fd97-39ea-421b-acad-3a44c2fbc06b-42636868196_thumb250.jpg",
    "song": "Last Day On Earth",
    "track_id": "b0c59eaa-43f2-402e-98bc-010c73856a98",
    "recording_id": "035db047-c526-43c3-a0fd-c3d68672c70a",
    "artist": "The Youth Play",
    "artist_ids": [
        "08c4ce07-63b6-4dc7-88cf-3e5b947cf8ec"
    ],
    "album": "Last Day on Earth",
    "release_id": "c622fd97-39ea-421b-acad-3a44c2fbc06b",
    "release_group_id": "0945225b-c62b-40a9-92b5-e6e347c418d6",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-07-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}