Information about plays

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

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

{
    "id": 3421609,
    "uri": "https://api.kexp.org/v2/plays/3421609/?format=api",
    "airdate": "2024-11-05T06:08:57-08:00",
    "show": 61768,
    "show_uri": "https://api.kexp.org/v2/shows/61768/?format=api",
    "image_uri": "https://ia601201.us.archive.org/23/items/mbid-0224e3c9-02bd-475d-9ce8-ccb8a4f8161d/mbid-0224e3c9-02bd-475d-9ce8-ccb8a4f8161d-15162471280_thumb500.jpg",
    "thumbnail_uri": "https://ia801201.us.archive.org/23/items/mbid-0224e3c9-02bd-475d-9ce8-ccb8a4f8161d/mbid-0224e3c9-02bd-475d-9ce8-ccb8a4f8161d-15162471280_thumb250.jpg",
    "song": "One Planet People",
    "track_id": "e2e4684f-f758-3920-ac99-2bb3d95d3f44",
    "recording_id": "36f4a2c7-1251-45b2-abef-6fd84cd07d35",
    "artist": "Fishbone",
    "artist_ids": [
        "9f3764c0-c9f4-4e20-b7a8-9993124fb1b2"
    ],
    "album": "The Psychotic Friends Nuttwerx",
    "release_id": "0224e3c9-02bd-475d-9ce8-ccb8a4f8161d",
    "release_group_id": "b3206faf-8c36-3e4e-a09e-975ee44b32d1",
    "labels": [
        "Hollywood Records"
    ],
    "label_ids": [
        "6bb7c1b2-cb06-4381-9c59-02b1ae4aa96d"
    ],
    "release_date": "2000-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Angelo Moore, lead singer and saxophonist of Fishbone, born this day in 1965.\n\nL.A. rock band Fishbone fuses ska, punk, funk, metal, reggae, and soul. They were at KEXP in 2016, watch their full performance here: https://www.youtube.com/watch?v=FwiTInisEVo&t=128s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}