Information about plays

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

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

{
    "id": 3413582,
    "uri": "https://api.kexp.org/v2/plays/3413582/?format=api",
    "airdate": "2024-10-16T20:11:40-07:00",
    "show": 61594,
    "show_uri": "https://api.kexp.org/v2/shows/61594/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Süpürgesi Yoncadan",
    "track_id": "6276bbe6-2ab8-4b63-9fa6-dd77b2fb06dd",
    "recording_id": "dfefdd6e-b4fe-41c2-bdd1-83a803163b94",
    "artist": "Altın Gün",
    "artist_ids": [
        "cd5799f6-e6cf-4322-a659-96f5de4a2f6c"
    ],
    "album": "Gece",
    "release_id": "b2cae394-631f-47d1-9290-26b33582244c",
    "release_group_id": "ecce7218-f134-4460-89a8-8e0ccba66547",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Altin Gün - Full Performance (Live on KEXP)\n- https://youtu.be/nNVsS3Jxf1Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}