Information about plays

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

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

{
    "id": 3596949,
    "uri": "https://api.kexp.org/v2/plays/3596949/?format=api",
    "airdate": "2025-12-27T22:52:33-08:00",
    "show": 65493,
    "show_uri": "https://api.kexp.org/v2/shows/65493/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Teenage Jerkoff",
    "track_id": null,
    "recording_id": null,
    "artist": "The As",
    "artist_ids": [],
    "album": "The A's",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The A’s were a power-pop / new wave band that emerged from Philadelphia’s late-1970s club scene. Fronted by singer-guitarist Richard Bush with Rick DiFonzo on guitar.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}