Information about plays

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

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

{
    "id": 3594827,
    "uri": "https://api.kexp.org/v2/plays/3594827/?format=api",
    "airdate": "2025-12-23T08:58:05-08:00",
    "show": 65455,
    "show_uri": "https://api.kexp.org/v2/shows/65455/?format=api",
    "image_uri": "https://ia804507.us.archive.org/5/items/mbid-45c50e08-3fee-437d-98f1-a7e816fa8479/mbid-45c50e08-3fee-437d-98f1-a7e816fa8479-21734779999_thumb500.jpg",
    "thumbnail_uri": "https://ia904507.us.archive.org/5/items/mbid-45c50e08-3fee-437d-98f1-a7e816fa8479/mbid-45c50e08-3fee-437d-98f1-a7e816fa8479-21734779999_thumb250.jpg",
    "song": "Get in My Car",
    "track_id": "16de9bba-89ff-4dc1-a90c-536e393c9484",
    "recording_id": "785ff83a-502d-43f4-9ab2-96fc7a0052fa",
    "artist": "Broncho",
    "artist_ids": [
        "8e4a41a5-6ec6-4042-b064-acd1cb51cf1b"
    ],
    "album": "Bad Behavior",
    "release_id": "45c50e08-3fee-437d-98f1-a7e816fa8479",
    "release_group_id": "f2a31207-0341-46c2-806d-32d37edd45d5",
    "labels": [
        "Park the Van"
    ],
    "label_ids": [
        "3d181182-568b-4108-9a9a-5595aefddcb2"
    ],
    "release_date": "2018-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Oklahoma band has just returned with their first album in more than five years.  \"Natural Pleasures\" was released in April: https://broncho.bandcamp.com/album/natural-pleasure\n--\nHere's a live performance of \"Get in My Car\" in Long Beach, CA in 2017: https://www.youtube.com/watch?v=ZculhSfur70",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}