Information about plays

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

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

{
    "id": 3413172,
    "uri": "https://api.kexp.org/v2/plays/3413172/?format=api",
    "airdate": "2024-10-16T00:23:09-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Here Today",
    "track_id": "ea755c7b-310b-4973-88bc-08157c1f9a5f",
    "recording_id": "7eab6a6b-1137-4873-9f59-885f73bb24bd",
    "artist": "Sleater‐Kinney",
    "artist_ids": [
        "e36e78eb-3ace-4acd-882c-16789e700ab7"
    ],
    "album": "Here Today",
    "release_id": "f8f0159f-271a-46b4-a03f-f479e2bfb820",
    "release_group_id": "8811bd78-1ba9-43a7-a4f2-dc1eb2a87553",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2024-09-03",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New release from locals, Sleater-Kinney. This follows their latest album released in January, 'Little Rope.' Their 11th studio album's expanded edition features several bonus tracks, including “Here Today.”\n \nCheck out their Live on KEXP set here.  https://www.youtube.com/watch?v=_9OIGuQjfE0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}