Information about plays

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

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

{
    "id": 3599217,
    "uri": "https://api.kexp.org/v2/plays/3599217/?format=api",
    "airdate": "2026-01-02T12:23:14-08:00",
    "show": 65540,
    "show_uri": "https://api.kexp.org/v2/shows/65540/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Born in the Wrong Time",
    "track_id": "a912e572-65dd-4501-8cc9-d06af21384f7",
    "recording_id": "1dfd34b7-e14c-44ee-a601-2f7fbcddf37a",
    "artist": "Joan & the Giants",
    "artist_ids": [
        "285498bc-f331-4525-b38d-bd2905efe943"
    ],
    "album": "Born in the Wrong Time",
    "release_id": "510b4c8a-3b7e-43a7-a4d8-2b3fceee308d",
    "release_group_id": "7505803a-f074-4cd6-a647-4edf27bbc34c",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-02-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Joan & the Giants released \"Born in the Wrong Time\" as a single in 2024. Check out the Perth band's bandcamp page for all of their recent singles: https://joanandthegiants.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}