Information about plays

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

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

{
    "id": 3636579,
    "uri": "https://api.kexp.org/v2/plays/3636579/?format=api",
    "airdate": "2026-04-01T20:17:55-07:00",
    "show": 66340,
    "show_uri": "https://api.kexp.org/v2/shows/66340/?format=api",
    "image_uri": "https://dn721205.ca.archive.org/0/items/mbid-b6b9ca43-074d-4216-af81-5491fd2eed6b/mbid-b6b9ca43-074d-4216-af81-5491fd2eed6b-8593726747_thumb500.jpg",
    "thumbnail_uri": "https://dn721205.ca.archive.org/0/items/mbid-b6b9ca43-074d-4216-af81-5491fd2eed6b/mbid-b6b9ca43-074d-4216-af81-5491fd2eed6b-8593726747_thumb250.jpg",
    "song": "Flowers",
    "track_id": "468c8e9e-0ef0-4b42-87cb-921b7ec2ad03",
    "recording_id": "725224b9-3b7b-446b-bbfe-1e623fd75f98",
    "artist": "Foxygen",
    "artist_ids": [
        "913e6848-6865-4717-ac5e-3bd9c22826be"
    ],
    "album": "... And Star Power",
    "release_id": "1f52e04d-1a4b-4109-af46-91d84fe8881d",
    "release_group_id": "38656bc8-4ba1-43e2-8324-1b2c8243dc77",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2014-10-10",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://foxygen.bandcamp.com/album/and-star-power",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}