Information about plays

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

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

{
    "id": 3553176,
    "uri": "https://api.kexp.org/v2/plays/3553176/?format=api",
    "airdate": "2025-09-15T00:21:23-07:00",
    "show": 64565,
    "show_uri": "https://api.kexp.org/v2/shows/64565/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Onipa Nnye",
    "track_id": null,
    "recording_id": "cfb8f0e3-e0fd-4430-82d0-69a73bd98872",
    "artist": "Alhaji K. Frimpong",
    "artist_ids": [
        "0b11004f-3b38-45c1-9ccb-7a69666d2fd3"
    ],
    "album": "Timeless High-Life Classics",
    "release_id": null,
    "release_group_id": "27fb5bc3-3072-413c-9e68-5e1bd7ecab2d",
    "labels": [
        "Ox Records"
    ],
    "label_ids": [
        "74fd42d7-b4a4-4eab-ae11-c27d2d6e8ceb"
    ],
    "release_date": "2015-04-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}