Information about plays

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

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

{
    "id": 3575985,
    "uri": "https://api.kexp.org/v2/plays/3575985/?format=api",
    "airdate": "2025-11-09T11:15:28-08:00",
    "show": 65064,
    "show_uri": "https://api.kexp.org/v2/shows/65064/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Look Who's Back",
    "track_id": null,
    "recording_id": "f02269fb-9a50-48ed-ba5b-4eb3effbc3de",
    "artist": "The Nude Party",
    "artist_ids": [
        "3d36bd1f-a551-4b16-9cb5-3e4c68bc5f2a"
    ],
    "album": "Look Who's Back",
    "release_id": null,
    "release_group_id": "e23e8072-97f4-4d5d-83dd-c000c8ecc088",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Nude Party is on tour in 2026! Current dates include:\n-March 22  at The Independent in San Francisco\n-March 25 at Neumos in Seattle\n\nTix here: https://www.thenudepartymusic.com/ \nAnd pre-save “Look Who’s Back” here: https://lnk.dmsmusic.co/thenudeparty_lookwhosback",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}