Information about plays

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

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

{
    "id": 3543711,
    "uri": "https://api.kexp.org/v2/plays/3543711/?format=api",
    "airdate": "2025-08-23T11:25:16-07:00",
    "show": 64366,
    "show_uri": "https://api.kexp.org/v2/shows/64366/?format=api",
    "image_uri": "https://ia801408.us.archive.org/9/items/mbid-21a71a0e-1c8f-4312-bf0e-dd0f62761867/mbid-21a71a0e-1c8f-4312-bf0e-dd0f62761867-41688236368_thumb500.jpg",
    "thumbnail_uri": "https://ia801408.us.archive.org/9/items/mbid-21a71a0e-1c8f-4312-bf0e-dd0f62761867/mbid-21a71a0e-1c8f-4312-bf0e-dd0f62761867-41688236368_thumb250.jpg",
    "song": "Old Man",
    "track_id": "d624c4c8-4915-44d5-9311-b0ed31e6bbd6",
    "recording_id": "644171e3-42b7-471f-a687-1d6931eb72f1",
    "artist": "Stephen Marley",
    "artist_ids": [
        "99298e13-87d6-4f0c-9334-d327d73f83c0"
    ],
    "album": "Old Man",
    "release_id": "21a71a0e-1c8f-4312-bf0e-dd0f62761867",
    "release_group_id": "9e5d665c-4959-4b3c-a599-94165ea177f4",
    "labels": [
        "Cinema Music Group"
    ],
    "label_ids": [
        "4a0c4be6-1f36-4f31-a1bf-c381c9de03fe"
    ],
    "release_date": "2025-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stephen Marley contributed this track to \"Heart of Gold: The Songs of Neil Young\". The full album released on April 25, 2025, and features covers by Eddie Vedder, The Lumineers, Sharon Van Etten, Mumford and Sons, Brandi Carlile, The Doobie Brothers with Allison Russell and more. \n\nProceeds from the album will benefit The Bridge School in Hillsborough, California. \n\nhttps://www.store.killphonicrights.com/store-2/p/coming-soon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}