Information about plays

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

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

{
    "id": 3584087,
    "uri": "https://api.kexp.org/v2/plays/3584087/?format=api",
    "airdate": "2025-11-28T12:05:45-08:00",
    "show": 65231,
    "show_uri": "https://api.kexp.org/v2/shows/65231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stop",
    "track_id": "03976168-3b03-31c3-bf1f-9254b5084166",
    "recording_id": "0520bc68-9690-4c7d-b45c-6201cc181ba6",
    "artist": "Black Rebel Motorcycle Club",
    "artist_ids": [
        "32b90c92-9978-4a07-90eb-caa4b22f4907"
    ],
    "album": "Take Them On, on Your Own",
    "release_id": "afc266cf-825b-3da7-884c-a9b6e065e4dc",
    "release_group_id": "a4cb926d-404c-3e6e-b33c-44e60e99f8aa",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Black Rebel Motorcycle Club's most recent Live on KEXP performance was in 2018. https://youtu.be/07cQf-UxNYc\n\nYou can also enjoy audio from their 2006 Live on KEXP full concert where they played twelve songs! https://www.youtube.com/watch?v=le85ZQubvZI&list=PLZmB5Zy-ACAZeL0e7u5CFtTeTyFPD8nMh",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}