Information about plays

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

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

{
    "id": 3572032,
    "uri": "https://api.kexp.org/v2/plays/3572032/?format=api",
    "airdate": "2025-10-31T01:46:34-07:00",
    "show": 64980,
    "show_uri": "https://api.kexp.org/v2/shows/64980/?format=api",
    "image_uri": "https://ia601005.us.archive.org/19/items/mbid-47f524a8-6cad-4075-91c4-81262ffce855/mbid-47f524a8-6cad-4075-91c4-81262ffce855-43431433582_thumb500.jpg",
    "thumbnail_uri": "https://ia801005.us.archive.org/19/items/mbid-47f524a8-6cad-4075-91c4-81262ffce855/mbid-47f524a8-6cad-4075-91c4-81262ffce855-43431433582_thumb250.jpg",
    "song": "Give Me More",
    "track_id": "9cedf165-4040-4ffa-a070-9ac14ab6498b",
    "recording_id": "0c79c62e-f6a6-4866-95f1-e8dec98b9a69",
    "artist": "Obongjayar",
    "artist_ids": [
        "9fef8897-8e04-455c-9ac4-cb4c0f855dc5"
    ],
    "album": "Give Me More",
    "release_id": "47f524a8-6cad-4075-91c4-81262ffce855",
    "release_group_id": "3d698cc1-b060-4a54-85ba-422c8280d5e2",
    "labels": [
        "September Recordings"
    ],
    "label_ids": [
        "e7099b24-bdbe-44f3-9388-13ef84eebaaf"
    ],
    "release_date": "2025-10-29",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "He's back with another one!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}