Information about plays

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

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

{
    "id": 3501267,
    "uri": "https://api.kexp.org/v2/plays/3501267/?format=api",
    "airdate": "2025-05-14T12:48:49-07:00",
    "show": 63458,
    "show_uri": "https://api.kexp.org/v2/shows/63458/?format=api",
    "image_uri": "https://ia802207.us.archive.org/16/items/mbid-34abb4ae-4d37-4d7d-9818-e3c39b5b203b/mbid-34abb4ae-4d37-4d7d-9818-e3c39b5b203b-7268015825_thumb500.jpg",
    "thumbnail_uri": "https://ia902207.us.archive.org/16/items/mbid-34abb4ae-4d37-4d7d-9818-e3c39b5b203b/mbid-34abb4ae-4d37-4d7d-9818-e3c39b5b203b-7268015825_thumb250.jpg",
    "song": "Sealegs",
    "track_id": "db94ba83-c6ea-339c-89b4-caf3130ba41f",
    "recording_id": "2d0c62a9-20ad-44a4-a55f-5177a3f6c7de",
    "artist": "The Shins",
    "artist_ids": [
        "6c8b9855-ba8b-48f9-ac1d-42167f7f7b18"
    ],
    "album": "Wincing the Night Away",
    "release_id": "34abb4ae-4d37-4d7d-9818-e3c39b5b203b",
    "release_group_id": "0f3ab0c9-c607-36a5-8102-b238eb08b357",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2007-01-23",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Here's Live Video from The Shins' James Mercer, playing a 2012 KEXP In-Studio, hosted by Cheryl Waters: https://bit.ly/3ucOnKo. \nhttps://theshins.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}