Information about plays

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

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

{
    "id": 3438488,
    "uri": "https://api.kexp.org/v2/plays/3438488/?format=api",
    "airdate": "2024-12-15T17:04:54-08:00",
    "show": 62118,
    "show_uri": "https://api.kexp.org/v2/shows/62118/?format=api",
    "image_uri": "https://ia600203.us.archive.org/35/items/mbid-6c0255e8-ce10-4c0c-a524-045565dd710b/mbid-6c0255e8-ce10-4c0c-a524-045565dd710b-38355131087_thumb500.jpg",
    "thumbnail_uri": "https://ia800203.us.archive.org/35/items/mbid-6c0255e8-ce10-4c0c-a524-045565dd710b/mbid-6c0255e8-ce10-4c0c-a524-045565dd710b-38355131087_thumb250.jpg",
    "song": "Give It Back to Me",
    "track_id": "de5a5f22-fd3e-43a2-a63e-0d32d0b4c93c",
    "recording_id": "6d2e0511-746a-476f-9d5d-78ea17b716c9",
    "artist": "Francis of Delirium",
    "artist_ids": [
        "4332dc29-35a4-406f-855f-8df891462993"
    ],
    "album": "Lighthouse",
    "release_id": "6c0255e8-ce10-4c0c-a524-045565dd710b",
    "release_group_id": "cd38f8c3-dda6-48b9-a60a-93348fef5882",
    "labels": [
        "Dalliance Recordings"
    ],
    "label_ids": [
        "2a2b9ea4-fd17-4659-a681-7a11806c78d2"
    ],
    "release_date": "2024-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Some of the best of 2024!\n\nWatch the Full Performance Live on KEXP from June hosted by DJ Kevin Cole here: https://youtu.be/GSIUzfj6SoA?si=81mIckq6AezmPARR",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}