Information about plays

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

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

{
    "id": 3549816,
    "uri": "https://api.kexp.org/v2/plays/3549816/?format=api",
    "airdate": "2025-09-06T23:30:21-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cones",
    "track_id": null,
    "recording_id": null,
    "artist": "Pyrex",
    "artist_ids": [
        "86f4a88c-0ff7-4170-8952-c8c4f883c4f1"
    ],
    "album": "Body",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Total Punk"
    ],
    "label_ids": [],
    "release_date": "2025-03-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New York's Pyrex released an EP, Slugman three months after releasing Body.\n\nhttps://pyrexnyc.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}