Information about plays

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

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

{
    "id": 3413163,
    "uri": "https://api.kexp.org/v2/plays/3413163/?format=api",
    "airdate": "2024-10-16T00:01:18-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "won't cry",
    "track_id": "e4543694-cc98-4afe-82c2-c2ad05a2ab02",
    "recording_id": "f2b43cf7-3766-44c7-b2a5-a9f989bfd3bf",
    "artist": "Amber Mark",
    "artist_ids": [
        "b44e2752-deb5-4f10-b8e9-6671484acb34"
    ],
    "album": "won’t cry",
    "release_id": "6c5be0a9-c03b-4e7b-883f-4c4c954b0de5",
    "release_group_id": "dfc9f7af-ba24-4e0f-a79d-deb754870bb0",
    "labels": [
        "PMR Records"
    ],
    "label_ids": [
        "9eb5fc82-82ce-4f6e-85d4-52e23decfa1e"
    ],
    "release_date": "2024-09-27",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"won't cry\" is a new single from Amber Mark. The track is set to appear on her upcoming mini project Loosies via PMR / Interscope Records. https://tinyurl.com/36kfectz\n\nAmber Mark shared an exclusive DJ set for KEXP's Midnight in a Perfect World back in 2017. You can listen to it here. https://kexp.org/read/2017/10/12/midnight-in-a-perfect-world-amber-mark/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}