Information about plays

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

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

{
    "id": 3601264,
    "uri": "https://api.kexp.org/v2/plays/3601264/?format=api",
    "airdate": "2026-01-07T03:49:52-08:00",
    "show": 65584,
    "show_uri": "https://api.kexp.org/v2/shows/65584/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nothing’s Changing",
    "track_id": null,
    "recording_id": "7a5b1ecf-a704-435d-b794-5221f05b34d5",
    "artist": "The Grouch",
    "artist_ids": [
        "1de167f5-7bec-4371-9029-a45a7332b792"
    ],
    "album": "F*ck the Dumb",
    "release_id": null,
    "release_group_id": "fa29b895-7f63-3f38-9db5-c2b6656a2974",
    "labels": [],
    "label_ids": [],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}