Information about plays

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

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

{
    "id": 3594559,
    "uri": "https://api.kexp.org/v2/plays/3594559/?format=api",
    "airdate": "2025-12-22T17:47:22-08:00",
    "show": 65450,
    "show_uri": "https://api.kexp.org/v2/shows/65450/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Works and Days",
    "track_id": null,
    "recording_id": null,
    "artist": "Tortoise",
    "artist_ids": [
        "e0953daa-860f-4dc8-9f1a-b12587cdaf17"
    ],
    "album": "Touch",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "International Anthem Recording Co."
    ],
    "label_ids": [
        "817464f6-8b69-4467-988c-1ce0bc23122e"
    ],
    "release_date": "2025-10-24",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Neptune on March 5th and Great American Music Hall on February 27th + 28th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}