Information about plays

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

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

{
    "id": 3542491,
    "uri": "https://api.kexp.org/v2/plays/3542491/?format=api",
    "airdate": "2025-08-20T13:35:44-07:00",
    "show": 64340,
    "show_uri": "https://api.kexp.org/v2/shows/64340/?format=api",
    "image_uri": "https://ia800609.us.archive.org/21/items/mbid-a503fdcf-5344-4e96-9015-963eaaa42837/mbid-a503fdcf-5344-4e96-9015-963eaaa42837-21659407085_thumb500.jpg",
    "thumbnail_uri": "https://ia800609.us.archive.org/21/items/mbid-a503fdcf-5344-4e96-9015-963eaaa42837/mbid-a503fdcf-5344-4e96-9015-963eaaa42837-21659407085_thumb250.jpg",
    "song": "Jailbreak",
    "track_id": "951bb252-a441-489a-b09c-42ba87fae5eb",
    "recording_id": "1a978007-b99a-4a0f-82fa-481510d2dce1",
    "artist": "Thin Lizzy",
    "artist_ids": [
        "6a726ac6-019e-455c-8bbb-571a77bed52e"
    ],
    "album": "Jailbreak",
    "release_id": "a503fdcf-5344-4e96-9015-963eaaa42837",
    "release_group_id": "d55dae0d-835d-3756-8805-196e41bacc2f",
    "labels": [
        "Vertigo"
    ],
    "label_ids": [
        "1b3b52a5-ef89-4f8b-8d5f-e15a7a58863b"
    ],
    "release_date": "1976-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today is the birthday of the very talented Phil Lynott, born on this date in 1949.  He died in 1986 at age 36.  Here's a remembrance from Thin Lizzy guitarist Scott Gorham: https://www.mojo4music.com/articles/stories/phil-lynott-remembered/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}