Information about plays

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

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

{
    "id": 3521975,
    "uri": "https://api.kexp.org/v2/plays/3521975/?format=api",
    "airdate": "2025-07-03T06:01:03-07:00",
    "show": 63905,
    "show_uri": "https://api.kexp.org/v2/shows/63905/?format=api",
    "image_uri": "https://ia600200.us.archive.org/25/items/mbid-cddd771f-cf08-4e87-a3af-e7c454f566f4/mbid-cddd771f-cf08-4e87-a3af-e7c454f566f4-5522878527_thumb500.jpg",
    "thumbnail_uri": "https://ia600200.us.archive.org/25/items/mbid-cddd771f-cf08-4e87-a3af-e7c454f566f4/mbid-cddd771f-cf08-4e87-a3af-e7c454f566f4-5522878527_thumb250.jpg",
    "song": "Saint John",
    "track_id": "09a7d339-b878-3456-9807-e0b983b6f283",
    "recording_id": "fc3741fb-34aa-4d2e-ac93-12b170944937",
    "artist": "Cold War Kids",
    "artist_ids": [
        "0741b30d-e15b-4a8c-b2e5-8834a03d6116"
    ],
    "album": "Up in Rags",
    "release_id": "cddd771f-cf08-4e87-a3af-e7c454f566f4",
    "release_group_id": "238e138c-af1d-3d52-92aa-8c5b0f64534b",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cold War Kids are an American indie rock band from Long Beach, California. up in Rags is collection of early recordings, and after a surge of internet buzz and a heavy touring schedule in 2006, Cold War Kids packaged their previous two six-song EPs together as a full-length LP. \n\nThttps://www.coldwarkids.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}