Information about plays

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

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

{
    "id": 3562671,
    "uri": "https://api.kexp.org/v2/plays/3562671/?format=api",
    "airdate": "2025-10-08T11:06:28-07:00",
    "show": 64779,
    "show_uri": "https://api.kexp.org/v2/shows/64779/?format=api",
    "image_uri": "https://dn721503.ca.archive.org/0/items/mbid-34abb4ae-4d37-4d7d-9818-e3c39b5b203b/mbid-34abb4ae-4d37-4d7d-9818-e3c39b5b203b-7268015825_thumb500.jpg",
    "thumbnail_uri": "https://dn721503.ca.archive.org/0/items/mbid-34abb4ae-4d37-4d7d-9818-e3c39b5b203b/mbid-34abb4ae-4d37-4d7d-9818-e3c39b5b203b-7268015825_thumb250.jpg",
    "song": "Turn on Me",
    "track_id": "bd923813-751d-3ea9-9fed-6cd3a9977131",
    "recording_id": "926591d8-8843-40fe-9f28-d2ff122245ea",
    "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": "#323\n\nThis 3rd album was recorded in James Mercer's basement studio, Phil Ek's home in Seattle and in Oregon City with producer Joe Chiccarelli.\n https://www.theshins.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}