Information about plays

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

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

{
    "id": 3548125,
    "uri": "https://api.kexp.org/v2/plays/3548125/?format=api",
    "airdate": "2025-09-02T20:19:44-07:00",
    "show": 64457,
    "show_uri": "https://api.kexp.org/v2/shows/64457/?format=api",
    "image_uri": "https://coverartarchive.org/release/0be84498-594d-470b-916f-c39b6f3e74bb/38177882566-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0be84498-594d-470b-916f-c39b6f3e74bb/38177882566-250.jpg",
    "song": "Takahashi Timing",
    "track_id": null,
    "recording_id": "14df18ff-0d3c-4708-97a4-e0dc637c9b4e",
    "artist": "YĪN YĪN",
    "artist_ids": [
        "0b336c55-c3e9-4dab-9c96-bc10d7a54ef3"
    ],
    "album": "Mount Matsu",
    "release_id": null,
    "release_group_id": "d14c1c43-e9cd-4159-94bd-8a4621442a6d",
    "labels": [
        "Glitterbeat"
    ],
    "label_ids": [
        "2b63cc99-f955-427a-828d-440635381748"
    ],
    "release_date": "2024-01-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Catch yīn yīn at the Tractor Tavern on Oct 1st\n\nhttps://yinyinternet.com/shows\n\nLots of other places to catch their shows too -- they'll be in Portland on Sept 30th and all over the Bay Area, October 3rd, 4th, and 6th",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}