Information about plays

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

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

{
    "id": 3519789,
    "uri": "https://api.kexp.org/v2/plays/3519789/?format=api",
    "airdate": "2025-06-28T03:57:23-07:00",
    "show": 63856,
    "show_uri": "https://api.kexp.org/v2/shows/63856/?format=api",
    "image_uri": "https://ia801306.us.archive.org/10/items/mbid-0dcb4610-006e-35a3-8575-3fee0fa1bb83/mbid-0dcb4610-006e-35a3-8575-3fee0fa1bb83-2554558577_thumb500.jpg",
    "thumbnail_uri": "https://ia601306.us.archive.org/10/items/mbid-0dcb4610-006e-35a3-8575-3fee0fa1bb83/mbid-0dcb4610-006e-35a3-8575-3fee0fa1bb83-2554558577_thumb250.jpg",
    "song": "Cherub Rock",
    "track_id": "17e808b9-0ce4-3b73-83cf-fb9fdf0dfc67",
    "recording_id": "40a1bdab-d6cc-4116-8cdb-736979854503",
    "artist": "The Smashing Pumpkins",
    "artist_ids": [
        "ba0d6274-db14-4ef5-b28d-657ebde1a396"
    ],
    "album": "Siamese Dream",
    "release_id": "0dcb4610-006e-35a3-8575-3fee0fa1bb83",
    "release_group_id": "a159e102-18bb-42ca-a59e-5f96a7eff241",
    "labels": [
        "Virgin",
        "Hut Recordings"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c",
        "3dc55be1-e308-4b62-b0ac-7ddcf2845b91"
    ],
    "release_date": "1993-07-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}