Information about plays

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

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

{
    "id": 3577881,
    "uri": "https://api.kexp.org/v2/plays/3577881/?format=api",
    "airdate": "2025-11-14T02:08:42-08:00",
    "show": 65103,
    "show_uri": "https://api.kexp.org/v2/shows/65103/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wakin on a Pretty Day",
    "track_id": "aa8b3527-7177-37da-820b-2dd572e90432",
    "recording_id": "bd46b864-b162-4828-ac3a-404b81fe9854",
    "artist": "Kurt Vile",
    "artist_ids": [
        "e07a111e-4e8a-4651-a849-01ac60551ab2"
    ],
    "album": "Wakin on a Pretty Daze",
    "release_id": "3b49d739-d537-4c0b-a3d1-9ff212da574e",
    "release_group_id": "e99cf897-f7f1-4210-87a7-3f74d4cf5ec6",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2013-04-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Lee & Katharina in Freiburg, Germany!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}