Information about plays

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

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

{
    "id": 3561322,
    "uri": "https://api.kexp.org/v2/plays/3561322/?format=api",
    "airdate": "2025-10-04T19:16:19-07:00",
    "show": 64746,
    "show_uri": "https://api.kexp.org/v2/shows/64746/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Analog Synths",
    "track_id": null,
    "recording_id": "6d1ddb4a-cf0e-4675-a145-2fc52c42fa35",
    "artist": "The Fitness",
    "artist_ids": [
        "7d2e9379-8899-415a-a762-c6930bf92a74"
    ],
    "album": "Call Me For Together",
    "release_id": null,
    "release_group_id": "ed0df565-01e5-3006-ba27-9e37fb6a5544",
    "labels": [
        "The Control Group"
    ],
    "label_ids": [
        "285c66f9-f711-4d13-a071-754e08bba631"
    ],
    "release_date": "2004-02-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Fist fight in Bellingham! \n\nhttps://thefitness.bandcamp.com/album/call-me-for-together",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}