Information about plays

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

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

{
    "id": 3548791,
    "uri": "https://api.kexp.org/v2/plays/3548791/?format=api",
    "airdate": "2025-09-04T10:12:08-07:00",
    "show": 64471,
    "show_uri": "https://api.kexp.org/v2/shows/64471/?format=api",
    "image_uri": "https://ia904506.us.archive.org/15/items/mbid-c7e8ccaf-e3a6-4a51-9f7d-a1435eea2d18/mbid-c7e8ccaf-e3a6-4a51-9f7d-a1435eea2d18-30289688157_thumb500.jpg",
    "thumbnail_uri": "https://ia904506.us.archive.org/15/items/mbid-c7e8ccaf-e3a6-4a51-9f7d-a1435eea2d18/mbid-c7e8ccaf-e3a6-4a51-9f7d-a1435eea2d18-30289688157_thumb250.jpg",
    "song": "Back on the Train",
    "track_id": "4c6aa114-4b7f-4361-9f3f-cc7327c5143f",
    "recording_id": "4b5480a7-5d4c-4b30-82cf-cb8aff31f097",
    "artist": "Phish",
    "artist_ids": [
        "e01646f2-2a04-450d-8bf2-0d993082e058"
    ],
    "album": "2021‐08‐29: Gorge Amphitheatre, George, WA, USA",
    "release_id": "c7e8ccaf-e3a6-4a51-9f7d-a1435eea2d18",
    "release_group_id": "ecf7142c-1780-41ab-8604-9a032dfc3474",
    "labels": [
        "LivePhish.com"
    ],
    "label_ids": [
        "665061f4-ba1f-4a6f-86dd-707024220435"
    ],
    "release_date": "2021-08-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Phish has one round of tour dates left for the summer which kicks off next Friday at the Bourbon & Beyond Festival in Kentucky. Their short southern run also includes stops in Alabama, Georgia and Hampton, VA!\n\nhttps://phish.com/tours/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}