Information about plays

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

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

{
    "id": 3549798,
    "uri": "https://api.kexp.org/v2/plays/3549798/?format=api",
    "airdate": "2025-09-06T22:41:37-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm So Polite",
    "track_id": null,
    "recording_id": "592b6ebc-0e14-4e54-9607-a9217ef3a8b0",
    "artist": "Pink Lincolns",
    "artist_ids": [
        "59668f9b-53b0-408d-9deb-abdada01af20"
    ],
    "album": "Back From the Pink Room",
    "release_id": null,
    "release_group_id": "886f0996-8193-3aaf-91e5-74410c836846",
    "labels": [
        "Stiff Pole Records"
    ],
    "label_ids": [
        "0beda04c-6cfd-4097-b1b1-8f780c873266"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Pink Lincolns formed in Tampa, Florida in 1986 by vocalist Chris Barrows and guitarist Dorsey Martin. The rest of the lineup has frequently changed and currently includes bassist Kevin Coss and drummer Jeff Fox.\n\nhttps://radgirlfriendrecords.bandcamp.com/album/suck-and-bloat\nhttps://pinklincolns.bandcamp.com/album/headache",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}