Information about plays

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

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

{
    "id": 3576919,
    "uri": "https://api.kexp.org/v2/plays/3576919/?format=api",
    "airdate": "2025-11-11T17:55:07-08:00",
    "show": 65083,
    "show_uri": "https://api.kexp.org/v2/shows/65083/?format=api",
    "image_uri": "https://dn721609.ca.archive.org/0/items/mbid-5fe40eff-0eb1-4677-b412-8d72a3326c03/mbid-5fe40eff-0eb1-4677-b412-8d72a3326c03-25889790487_thumb500.jpg",
    "thumbnail_uri": "https://dn721609.ca.archive.org/0/items/mbid-5fe40eff-0eb1-4677-b412-8d72a3326c03/mbid-5fe40eff-0eb1-4677-b412-8d72a3326c03-25889790487_thumb250.jpg",
    "song": "New Moon",
    "track_id": "035ccee9-d2d1-4e0b-bc6b-634a55802ac3",
    "recording_id": "c909a39e-1956-47d7-b76e-eb00c5b4dbe7",
    "artist": "Steve Gunn",
    "artist_ids": [
        "a0d05bb8-3ef4-4b70-8992-5da4322afc21"
    ],
    "album": "The Unseen in Between",
    "release_id": "5fe40eff-0eb1-4677-b412-8d72a3326c03",
    "release_group_id": "e917f1e1-0276-4487-b47f-6efb064d3859",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2019-01-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's Steve Gunn performing live in the KEXP studio in 2019 - https://www.youtube.com/watch?v=qzMHxQSxXKY\n---\nhttps://www.steve-gunn.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}