Information about plays

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

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

{
    "id": 3572585,
    "uri": "https://api.kexp.org/v2/plays/3572585/?format=api",
    "airdate": "2025-11-01T12:20:27-07:00",
    "show": 64994,
    "show_uri": "https://api.kexp.org/v2/shows/64994/?format=api",
    "image_uri": "https://dn721907.ca.archive.org/0/items/mbid-0c3ba0b5-5b43-4142-9fec-018377b93db2/mbid-0c3ba0b5-5b43-4142-9fec-018377b93db2-42174217649_thumb500.jpg",
    "thumbnail_uri": "https://dn721907.ca.archive.org/0/items/mbid-0c3ba0b5-5b43-4142-9fec-018377b93db2/mbid-0c3ba0b5-5b43-4142-9fec-018377b93db2-42174217649_thumb250.jpg",
    "song": "Sunlight in a Jar",
    "track_id": "1e71dfde-3283-39e1-abbd-8e6b27231a4a",
    "recording_id": "b022d511-7d89-4410-9d86-a5437240a8af",
    "artist": "The Lucksmiths",
    "artist_ids": [
        "0181f745-7f48-4065-9089-f42810b52149"
    ],
    "album": "Warmer Corners",
    "release_id": "5462970b-1933-4c01-a1ce-a123ec1727dc",
    "release_group_id": "80785491-16a6-3ac4-b6ac-9ecb2a581e34",
    "labels": [
        "Candle Records"
    ],
    "label_ids": [
        "5fe794e1-427b-4a94-8df5-0ae62d9c3bfc"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Lucksmiths were an Australian indie pop band formed in 1993. They broke up in 2009.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}