Information about plays

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

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

{
    "id": 3521614,
    "uri": "https://api.kexp.org/v2/plays/3521614/?format=api",
    "airdate": "2025-07-02T10:46:05-07:00",
    "show": 63899,
    "show_uri": "https://api.kexp.org/v2/shows/63899/?format=api",
    "image_uri": "https://ia903208.us.archive.org/31/items/mbid-3dbd4356-5ea1-470a-975a-a5f96ce69e32/mbid-3dbd4356-5ea1-470a-975a-a5f96ce69e32-26300931600_thumb500.jpg",
    "thumbnail_uri": "https://dn721605.ca.archive.org/0/items/mbid-3dbd4356-5ea1-470a-975a-a5f96ce69e32/mbid-3dbd4356-5ea1-470a-975a-a5f96ce69e32-26300931600_thumb250.jpg",
    "song": "As Kind as You Can",
    "track_id": "b9bb1226-74c3-4b71-8c9e-9cf35ef46db7",
    "recording_id": "efffcedb-a167-4b32-9239-124971750e9e",
    "artist": "Wolf Parade",
    "artist_ids": [
        "b7ddce8b-9e5c-46bd-9d33-41b134ce1a7f"
    ],
    "album": "Thin Mind",
    "release_id": "3dbd4356-5ea1-470a-975a-a5f96ce69e32",
    "release_group_id": "d971359a-0c65-4e3e-b73b-2c7d5d786444",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2020-01-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sup pop signed Canadian indie rock band, Wolf Parade! 'Thin Mind' is their 5th studio album together.\n\nThe band previously performed on KEXP nearly 3 years ago! Watch the performance (hosted by Cheryl) here: https://www.youtube.com/watch?v=xsH1XmuIa5s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}