Information about plays

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

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

{
    "id": 3582747,
    "uri": "https://api.kexp.org/v2/plays/3582747/?format=api",
    "airdate": "2025-11-25T10:42:07-08:00",
    "show": 65207,
    "show_uri": "https://api.kexp.org/v2/shows/65207/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Here I Come",
    "track_id": "77a6be5a-2f08-31a4-a5b3-689af1093487",
    "recording_id": "460d0352-7d7f-4483-b3d6-9141581deab6",
    "artist": "Buffalo Tom",
    "artist_ids": [
        "1159e0d0-a782-471a-9dae-93ac046eac72"
    ],
    "album": "Skins",
    "release_id": "e093d195-1866-4e03-a6fa-d1bc0e73d0ee",
    "release_group_id": "4954490b-bf7b-48d6-af6f-4e8c678bde8c",
    "labels": [
        "Scrawny Records"
    ],
    "label_ids": [
        "e5dd8cb1-7b15-4e6e-b156-b25ca31e8537"
    ],
    "release_date": "2011-03-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See a live performance by Bill Janovitz and company in the KEXP studio in 2018: https://www.youtube.com/watch?v=Dm-Z8J9ylns",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}