Information about plays

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

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

{
    "id": 3585654,
    "uri": "https://api.kexp.org/v2/plays/3585654/?format=api",
    "airdate": "2025-12-02T01:38:43-08:00",
    "show": 65267,
    "show_uri": "https://api.kexp.org/v2/shows/65267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Credits (Stripes Theme)",
    "track_id": "a31a39a3-9c47-49e5-b55c-5fc14248cc9a",
    "recording_id": "95598dd1-48e0-40b3-8030-96eb197c1f0f",
    "artist": "CAPYAC feat. Reggie Watts",
    "artist_ids": [
        "7b372d84-9141-4e0b-9629-66cdfddc31c3",
        "cf6a0510-b08c-4452-b28e-979fb57ff035"
    ],
    "album": "Sobbing Ecstasy",
    "release_id": "a0d6b9fd-98bf-4f0a-a685-2b5c8cb1b32d",
    "release_group_id": "0132d5f6-6c88-4756-b6fc-9e564be680c7",
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}