Information about plays

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

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

{
    "id": 3579389,
    "uri": "https://api.kexp.org/v2/plays/3579389/?format=api",
    "airdate": "2025-11-17T12:09:19-08:00",
    "show": 65136,
    "show_uri": "https://api.kexp.org/v2/shows/65136/?format=api",
    "image_uri": "https://ia801202.us.archive.org/19/items/mbid-28fad57e-a54d-4b79-ba59-c8fc42763328/mbid-28fad57e-a54d-4b79-ba59-c8fc42763328-11338348970_thumb500.jpg",
    "thumbnail_uri": "https://ia801202.us.archive.org/19/items/mbid-28fad57e-a54d-4b79-ba59-c8fc42763328/mbid-28fad57e-a54d-4b79-ba59-c8fc42763328-11338348970_thumb250.jpg",
    "song": "Our Life Is Not a Movie or Maybe",
    "track_id": "a0557ff5-16b2-39d0-b0dc-7c600182f696",
    "recording_id": "feb47315-1612-4067-9a2b-e75bbd95fccc",
    "artist": "Okkervil River",
    "artist_ids": [
        "9fa07bb4-8312-4cd7-a19a-4fdbc5797148"
    ],
    "album": "The Stage Names",
    "release_id": "28fad57e-a54d-4b79-ba59-c8fc42763328",
    "release_group_id": "71220045-0ca9-3c02-b567-36f65b753062",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2007-08-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in 1998 in Austin, TX. Check out Live Video from Okkervil River's 2018 KEXP In-Studio, hosted by Cheryl: https://bit.ly/3qNVTbq.\n\nhttps://www.okkervilriver.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}