Information about plays

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

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

{
    "id": 3626470,
    "uri": "https://api.kexp.org/v2/plays/3626470/?format=api",
    "airdate": "2026-03-07T18:43:34-08:00",
    "show": 66121,
    "show_uri": "https://api.kexp.org/v2/shows/66121/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "N. 99",
    "track_id": "df50a614-9db3-3e47-97ca-5cb6c40c0263",
    "recording_id": "f9944414-c5bc-4080-b7c5-3aa62f7a08b7",
    "artist": "The Cops",
    "artist_ids": [
        "6a0af3a4-faa9-4412-9a3d-4a85befe6da4"
    ],
    "album": "Free Electricity",
    "release_id": "cdf0d2d7-885b-481b-87ad-edbe01ea2057",
    "release_group_id": "78390e76-f977-4c38-8d96-8c57d6b4d295",
    "labels": [
        "The Control Group",
        "Mt. Fuji Records"
    ],
    "label_ids": [
        "285c66f9-f711-4d13-a071-754e08bba631",
        "1c0bf00b-91c2-4b72-9de7-654f1eca57ba"
    ],
    "release_date": "2007-11-06",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Garage punk from Seattle! This is the final track off their 2007 LP Free Electricity - \"N. 99\" references Aurora Ave!\n\nhttps://thecopsseattle.bandcamp.com/album/free-electricity",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}