Information about plays

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

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

{
    "id": 3617501,
    "uri": "https://api.kexp.org/v2/plays/3617501/?format=api",
    "airdate": "2026-02-14T18:48:26-08:00",
    "show": 65935,
    "show_uri": "https://api.kexp.org/v2/shows/65935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wanna Give My Love",
    "track_id": null,
    "recording_id": "d82a1819-c3dc-46f9-b4f3-f0823e25ca22",
    "artist": "The Sons of Rainier",
    "artist_ids": [
        "ed96fc27-aa75-43ad-b079-c503351f2fc7"
    ],
    "album": "Down in Pancake Valley",
    "release_id": null,
    "release_group_id": "0101120e-4854-4403-a4f2-ee7fbd599a85",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-02-12",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Off the debut album from this wonderful Seattle band!\n\nhttps://thesonsofrainier.bandcamp.com/album/down-in-pancake-valley",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}