Information about plays

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

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

{
    "id": 3547369,
    "uri": "https://api.kexp.org/v2/plays/3547369/?format=api",
    "airdate": "2025-09-01T00:48:56-07:00",
    "show": 64441,
    "show_uri": "https://api.kexp.org/v2/shows/64441/?format=api",
    "image_uri": "https://coverartarchive.org/release/197f7636-d19e-41bd-a0f2-a60370b618f5/41775495745-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/197f7636-d19e-41bd-a0f2-a60370b618f5/41775495745-250.jpg",
    "song": "Bembe Beach",
    "track_id": null,
    "recording_id": "b2f6a005-5bce-4da7-9784-7f625fce3f75",
    "artist": "Salin",
    "artist_ids": [
        "ed504a00-befa-4d6a-95bc-06614d7da6f4"
    ],
    "album": "Kouta in Siam",
    "release_id": null,
    "release_group_id": "fe46012c-bd3c-4ce5-8ed9-4f31923e9a9c",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-12-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}