Information about plays

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

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

{
    "id": 3413495,
    "uri": "https://api.kexp.org/v2/plays/3413495/?format=api",
    "airdate": "2024-10-16T15:19:45-07:00",
    "show": 61592,
    "show_uri": "https://api.kexp.org/v2/shows/61592/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Odyssey",
    "track_id": "aa8a5fd9-0d41-4f54-b182-3f3a92679956",
    "recording_id": "48b39c48-30ed-47f3-b36f-45009c76995b",
    "artist": "Nubya Garcia",
    "artist_ids": [
        "42dd1862-7255-47ed-8584-651abce3bf53"
    ],
    "album": "Odyssey",
    "release_id": "27a7244a-7605-4e49-9032-bd1503c792b5",
    "release_group_id": "65419bdb-d620-458e-9f68-4226cf0f3105",
    "labels": [
        "Concord Jazz"
    ],
    "label_ids": [
        "8ec4f16d-a43f-4e80-b3b0-935dbdbb598a"
    ],
    "release_date": "2024-09-20",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New album from the London-based multi-award-winning tenor saxophonist, bandleader and composer\n\nhttps://nubyagarcia.bandcamp.com/album/odyssey",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}