Information about plays

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

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

{
    "id": 3410143,
    "uri": "https://api.kexp.org/v2/plays/3410143/?format=api",
    "airdate": "2024-10-08T18:47:38-07:00",
    "show": 61523,
    "show_uri": "https://api.kexp.org/v2/shows/61523/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Darkness That You Fear (Harvest mix)",
    "track_id": "bcf7fbb4-6c20-4492-8a34-494c004fd5ec",
    "recording_id": "c75e3a97-bdf1-4077-aa6b-0f3453c70797",
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "For That Beautiful Feeling",
    "release_id": "c3eb52e3-7f3e-43bb-9fa2-55c0abb50b57",
    "release_group_id": "0eb13d65-b2a3-4b1b-9a2e-da61d6ba55e5",
    "labels": [
        "EMI Records"
    ],
    "label_ids": [
        "246a4d5c-3c88-4b8c-b0d5-86e2ee8f7079"
    ],
    "release_date": "2023-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "\"I'm listening to your show from MA, where... my little boys are sleeping, and I can't tell you how comforting it is to hear your voice on the radio after a long day of being a human mom in America. If it fits in tonight, could you play the Chemical Brothers \"The Darkness That You Fear\"? 🌚\" - Kate",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}