Information about plays

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

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

{
    "id": 3667456,
    "uri": "https://api.kexp.org/v2/plays/3667456/?format=api",
    "airdate": "2026-06-13T18:28:00-07:00",
    "show": 66981,
    "show_uri": "https://api.kexp.org/v2/shows/66981/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Find You Later",
    "track_id": "4dbd958f-24b3-4f8f-9049-a12ed0dc69e3",
    "recording_id": "285ba75c-a647-4c43-bdeb-75a24eb1eee0",
    "artist": "Soft Release",
    "artist_ids": [
        "1920dbdb-710a-4b82-a779-a6fd25af8e0b"
    ],
    "album": "Find You Later",
    "release_id": "5f16d1e5-c971-4dbf-9534-4104f1a75064",
    "release_group_id": "24388146-f9ff-4ed0-98c9-9a7b9e182820",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-09-15",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Out of Seattle,\nSoft Release is the fortuitous convergence of Carolyn B. (Mt Fog) and Andy S. (Select Level).\n\nhttps://softrelease.bandcamp.com/track/find-you-later",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}