Information about plays

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

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

{
    "id": 3574606,
    "uri": "https://api.kexp.org/v2/plays/3574606/?format=api",
    "airdate": "2025-11-06T05:49:03-08:00",
    "show": 65035,
    "show_uri": "https://api.kexp.org/v2/shows/65035/?format=api",
    "image_uri": "https://ia902904.us.archive.org/30/items/mbid-b3af046b-bb41-470a-99c6-a4f35d2cd129/mbid-b3af046b-bb41-470a-99c6-a4f35d2cd129-17520911597_thumb500.jpg",
    "thumbnail_uri": "https://ia902904.us.archive.org/30/items/mbid-b3af046b-bb41-470a-99c6-a4f35d2cd129/mbid-b3af046b-bb41-470a-99c6-a4f35d2cd129-17520911597_thumb250.jpg",
    "song": "The Way It Is",
    "track_id": "114eaadb-e002-4a75-8db1-b071e989e3b6",
    "recording_id": "c1d2a2ff-e734-4696-9e7a-bc3e1b02eee2",
    "artist": "Bruce Hornsby and the Range",
    "artist_ids": [
        "b548040e-b631-4bdd-ab75-045293e448b7"
    ],
    "album": "The Way It Is",
    "release_id": "b3af046b-bb41-470a-99c6-a4f35d2cd129",
    "release_group_id": "d66727d5-161f-3af2-921d-137aeb9bbb0b",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1986-09-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The official music video: https://www.youtube.com/watch?v=cOeKidp-iWo\n\nhttps://www.brucehornsby.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}