Information about plays

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

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

{
    "id": 3519737,
    "uri": "https://api.kexp.org/v2/plays/3519737/?format=api",
    "airdate": "2025-06-28T00:56:22-07:00",
    "show": 63854,
    "show_uri": "https://api.kexp.org/v2/shows/63854/?format=api",
    "image_uri": "https://ia801308.us.archive.org/17/items/mbid-0bc4d7fa-2a4d-4add-a9d7-1c9cccdc963a/mbid-0bc4d7fa-2a4d-4add-a9d7-1c9cccdc963a-6139415263_thumb500.jpg",
    "thumbnail_uri": "https://dn720704.ca.archive.org/0/items/mbid-0bc4d7fa-2a4d-4add-a9d7-1c9cccdc963a/mbid-0bc4d7fa-2a4d-4add-a9d7-1c9cccdc963a-6139415263_thumb250.jpg",
    "song": "The Life",
    "track_id": "4c28a6a7-4a5d-3c6d-a0bd-0fd590e0517b",
    "recording_id": "f39ab05d-af8e-4976-ae04-75959b8e1a17",
    "artist": "Styles P & Pharoahe Monch",
    "artist_ids": [
        "a4d62ced-2f87-488a-9c76-ab88ea7a2cbf",
        "6c81c5d0-5159-4be8-b774-aa8397ed5a93"
    ],
    "album": "Rawkus Records: Best of Decade I (1995-2005)",
    "release_id": "0bc4d7fa-2a4d-4add-a9d7-1c9cccdc963a",
    "release_group_id": "0bee80ff-737b-3112-8317-d3259db0af6a",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-12-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good night!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}