Information about plays

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

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

{
    "id": 3550213,
    "uri": "https://api.kexp.org/v2/plays/3550213/?format=api",
    "airdate": "2025-09-07T23:39:14-07:00",
    "show": 64503,
    "show_uri": "https://api.kexp.org/v2/shows/64503/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ngicela siqoze",
    "track_id": null,
    "recording_id": "cbfa40fd-fe78-4c0c-8e2e-b1ad8d9d5803",
    "artist": "Phelimuncasi, Metal Preyers",
    "artist_ids": [
        "a2f650ed-2183-4644-8962-dbce61132fb3",
        "2b0366e4-c4e1-4a6d-b15a-6645a36b6509"
    ],
    "album": "Izigqinamba",
    "release_id": null,
    "release_group_id": "db9fbee7-b9c1-4f4d-ab88-c5b08ffe90b0",
    "labels": [
        "Nyege Nyege Tapes"
    ],
    "label_ids": [
        "5007bea4-d0a3-4921-abb4-f15f0b633e1e"
    ],
    "release_date": "2024-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}