Information about plays

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

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

{
    "id": 3542545,
    "uri": "https://api.kexp.org/v2/plays/3542545/?format=api",
    "airdate": "2025-08-20T16:37:45-07:00",
    "show": 64341,
    "show_uri": "https://api.kexp.org/v2/shows/64341/?format=api",
    "image_uri": "https://coverartarchive.org/release/2d5cfd2c-ff6b-4545-ab4d-299864220be0/4087617323-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2d5cfd2c-ff6b-4545-ab4d-299864220be0/4087617323-250.jpg",
    "song": "Can't Seem to Make You Mine",
    "track_id": null,
    "recording_id": "f6e4a555-fc5e-4486-bcbf-cd34e67d5a6b",
    "artist": "The Seeds",
    "artist_ids": [
        "f706bac1-a02a-4569-9164-9f3371e6fa74"
    ],
    "album": "The Seeds",
    "release_id": null,
    "release_group_id": "54e06f2b-c290-399a-8d56-26a9bcb08718",
    "labels": [
        "GNP Crescendo Records"
    ],
    "label_ids": [
        "bc0a353e-1f62-4f55-a2e1-d4bec38974f4"
    ],
    "release_date": "1966-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Born on this day in 1937: Sky Saxon, lead singer of The Seeds! He passed away in 2009 at the age of 71\n\nBorn RIchard Elvern Marsh, Saxon began his career performing doo-wop pop tunes under the name Little Richie Marsh; he changed his name to Sky Saxon in 1962.  \n\nThe Seeds' hit songs included \"Can't Seem to Make You Mine\", \"Mr. Farmer\", and \"Pushin Too Hard\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}