Information about plays

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

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

{
    "id": 3601255,
    "uri": "https://api.kexp.org/v2/plays/3601255/?format=api",
    "airdate": "2026-01-07T03:15:24-08:00",
    "show": 65584,
    "show_uri": "https://api.kexp.org/v2/shows/65584/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You're My Favorite Work of Art",
    "track_id": null,
    "recording_id": "c3a7a93d-8af5-47fe-954d-73937b836ba5",
    "artist": "Haunt Me",
    "artist_ids": [
        "08c0477f-3b12-43ff-9f22-b8fffd04a248"
    ],
    "album": "Wish You Were Here",
    "release_id": null,
    "release_group_id": "75ee4cef-8fe5-44bf-a316-bbde0e5ceaa9",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2022-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Norm!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}