Information about plays

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

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

{
    "id": 3592974,
    "uri": "https://api.kexp.org/v2/plays/3592974/?format=api",
    "airdate": "2025-12-19T06:37:34-08:00",
    "show": 65416,
    "show_uri": "https://api.kexp.org/v2/shows/65416/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tour de France",
    "track_id": "1f148a0e-aadb-415c-ba70-ba1769b941c9",
    "recording_id": "fc7112f9-a06d-4f32-9bd3-c86eeb0cf288",
    "artist": "Kraftwerk",
    "artist_ids": [
        "5700dcd4-c139-4f31-aa3e-6382b9af9032"
    ],
    "album": "Tour de France",
    "release_id": "aedf1c0f-767f-4e36-b9ec-2ca6218e9f22",
    "release_group_id": "e963cb1e-ec72-303d-9a3f-9fcb89188436",
    "labels": [
        "Astralwerks",
        "Kling Klang"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f",
        "142df2b2-07ea-43bd-9df9-4a2627ec6bb5"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "By request, for Raymond in FL!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}