Information about plays

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

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

{
    "id": 3598729,
    "uri": "https://api.kexp.org/v2/plays/3598729/?format=api",
    "airdate": "2026-01-01T07:11:08-08:00",
    "show": 65531,
    "show_uri": "https://api.kexp.org/v2/shows/65531/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "SOS",
    "track_id": "f09047d1-5f7e-4d98-9f6b-dd67e23036e2",
    "recording_id": "3aea4364-70f5-4d03-b814-70ef26da608c",
    "artist": "Nice Biscuit",
    "artist_ids": [
        "632cda31-18ca-43b5-8c3b-74e970dc5105"
    ],
    "album": "SOS",
    "release_id": "ccc9ced1-8e46-4007-a32f-fd843d553ea0",
    "release_group_id": "a6a5998f-fc6a-4d31-8966-e72fa00d96b1",
    "labels": [
        "The Reverberation Appreciation Society"
    ],
    "label_ids": [
        "90f6c84f-79aa-4517-b24f-d6a404eea648"
    ],
    "release_date": "2024-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Austin, TX group whose name is inspired by a coconut flavored cookie in a rectangular shape with the letters \"NICE\" stamped on it.\n\nSOS is their second studio album. Pick up a copy here: https://reverberationappreciation.bandcamp.com/album/sos",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}