Information about plays

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

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

{
    "id": 3584521,
    "uri": "https://api.kexp.org/v2/plays/3584521/?format=api",
    "airdate": "2025-11-29T12:38:07-08:00",
    "show": 65242,
    "show_uri": "https://api.kexp.org/v2/shows/65242/?format=api",
    "image_uri": "https://ia800303.us.archive.org/19/items/mbid-7bc0246b-358c-46ed-acd6-e08e0b26dc4a/mbid-7bc0246b-358c-46ed-acd6-e08e0b26dc4a-21282499463_thumb500.jpg",
    "thumbnail_uri": "https://ia600303.us.archive.org/19/items/mbid-7bc0246b-358c-46ed-acd6-e08e0b26dc4a/mbid-7bc0246b-358c-46ed-acd6-e08e0b26dc4a-21282499463_thumb250.jpg",
    "song": "Homosapien",
    "track_id": "311ff502-c585-3289-8f0b-929b99ba312d",
    "recording_id": "0e80b0e6-db36-4a36-9354-bbf37a5cfc03",
    "artist": "Pete Shelley",
    "artist_ids": [
        "6a64eec6-39a7-4ba4-9939-cdee01fb4c5b"
    ],
    "album": "Just Can’t Get Enough: New Wave Hits of the ’80s, Volume 5",
    "release_id": "7bc0246b-358c-46ed-acd6-e08e0b26dc4a",
    "release_group_id": "a85f8c9f-14f9-3da9-a609-220866d8a3e1",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pete Shelley formed the Buzzcocks with Howard Devoto in 1976, and became the lead singer and guitarist in 1977 when Devoto left. Sadly, Shelley passed away in 2018.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}