Information about plays

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

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

{
    "id": 3558600,
    "uri": "https://api.kexp.org/v2/plays/3558600/?format=api",
    "airdate": "2025-09-27T23:47:57-07:00",
    "show": 64686,
    "show_uri": "https://api.kexp.org/v2/shows/64686/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Read the Room",
    "track_id": null,
    "recording_id": null,
    "artist": "Illiterates",
    "artist_ids": [
        "49bc55d7-c569-492c-82f0-30534ae5f42d"
    ],
    "album": "Does not compute",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sorry State Records"
    ],
    "label_ids": [
        "d422ab05-7296-4d9a-abec-d85388d6b34c"
    ],
    "release_date": "2025-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pittsburgh, PA  \"The dumbest band in hardcore.\"\n\nhttps://illiteratespgh.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}