Information about plays

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

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

{
    "id": 3617276,
    "uri": "https://api.kexp.org/v2/plays/3617276/?format=api",
    "airdate": "2026-02-14T06:51:34-08:00",
    "show": 65929,
    "show_uri": "https://api.kexp.org/v2/shows/65929/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Needlessly Wild",
    "track_id": "8f2accdf-9781-425f-abd5-54acbeba6d8d",
    "recording_id": "78f30d49-d568-4146-b944-41c30d18171a",
    "artist": "Sleater‐Kinney",
    "artist_ids": [
        "e36e78eb-3ace-4acd-882c-16789e700ab7"
    ],
    "album": "Little Rope",
    "release_id": "2f5fddb9-080f-43be-9172-db78eb22c3b0",
    "release_group_id": "ebfca4fe-da13-4edc-818a-1facf255d0fc",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2024-01-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}