Information about plays

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

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

{
    "id": 3595982,
    "uri": "https://api.kexp.org/v2/plays/3595982/?format=api",
    "airdate": "2025-12-25T19:41:10-08:00",
    "show": 65473,
    "show_uri": "https://api.kexp.org/v2/shows/65473/?format=api",
    "image_uri": "https://coverartarchive.org/release/281f2f9b-8042-4b2f-b9c9-580f25998ebc/15877743321-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/281f2f9b-8042-4b2f-b9c9-580f25998ebc/15877743321-250.jpg",
    "song": "Pasko Ang Damdamin",
    "track_id": null,
    "recording_id": "3527cc5e-5eae-45c0-ae51-f75a3d05cce7",
    "artist": "Freddie Aguilar",
    "artist_ids": [
        "f3c65556-9ade-4969-9d41-c1716323ca9f"
    ],
    "album": "Diwa Ng Pasko",
    "release_id": null,
    "release_group_id": "c1230a62-ec1f-41a1-90b9-6e27f5e852f1",
    "labels": [
        "Alpha Records"
    ],
    "label_ids": [
        "4880523c-e032-4a59-991e-6bd85580a395"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}