Information about plays

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

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

{
    "id": 3575967,
    "uri": "https://api.kexp.org/v2/plays/3575967/?format=api",
    "airdate": "2025-11-09T10:19:39-08:00",
    "show": 65064,
    "show_uri": "https://api.kexp.org/v2/shows/65064/?format=api",
    "image_uri": "https://coverartarchive.org/release/bed9e9dc-da3c-4764-ae2c-3d3c5fcb48f1/8119397579-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bed9e9dc-da3c-4764-ae2c-3d3c5fcb48f1/8119397579-250.jpg",
    "song": "Nevada Fighter / Trilogy (Radio Spots)",
    "track_id": null,
    "recording_id": "9b0680d0-a493-4491-990b-9efd13bd8057",
    "artist": "Michael Nesmith & The First National Band",
    "artist_ids": [
        "ebbcd8e8-4c7d-467a-b761-d5fb391c8baf"
    ],
    "album": "Nevada Fighter",
    "release_id": null,
    "release_group_id": "d2f233a2-49c7-4c67-b53f-6c1021e20759",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The former Monkee was one of the founders of the country rock genre with his American trilogy, https://damienlove.com/writing/loose-salute-the-story-of-michael-nesmith-and-the-first-national-band/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}