Information about plays

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

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

{
    "id": 3572263,
    "uri": "https://api.kexp.org/v2/plays/3572263/?format=api",
    "airdate": "2025-10-31T15:24:21-07:00",
    "show": 64984,
    "show_uri": "https://api.kexp.org/v2/shows/64984/?format=api",
    "image_uri": "https://ia801504.us.archive.org/13/items/mbid-77668274-841d-49b8-b9dc-0af4b561c756/mbid-77668274-841d-49b8-b9dc-0af4b561c756-33178653078_thumb500.jpg",
    "thumbnail_uri": "https://dn710004.ca.archive.org/0/items/mbid-77668274-841d-49b8-b9dc-0af4b561c756/mbid-77668274-841d-49b8-b9dc-0af4b561c756-33178653078_thumb250.jpg",
    "song": "Vampire",
    "track_id": "b53b65dc-ab11-4b77-b43c-0ae9ff36dbd3",
    "recording_id": "0b790824-2154-4d36-a1f9-282cde520258",
    "artist": "Peter Tosh",
    "artist_ids": [
        "7db6aae5-6644-4513-9bfc-ca2e79d4469c"
    ],
    "album": "Equal Rights",
    "release_id": "77668274-841d-49b8-b9dc-0af4b561c756",
    "release_group_id": "3c46302b-426f-3fce-a6ad-b7f76fee40f4",
    "labels": [
        "Columbia",
        "Legacy"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2011-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Scott in albany",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}