Information about plays

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

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

{
    "id": 3543022,
    "uri": "https://api.kexp.org/v2/plays/3543022/?format=api",
    "airdate": "2025-08-21T19:47:20-07:00",
    "show": 64350,
    "show_uri": "https://api.kexp.org/v2/shows/64350/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spliff Mood",
    "track_id": null,
    "recording_id": "a71ee617-6d56-467c-b84c-fbbfe0322084",
    "artist": "Ooklah the Moc",
    "artist_ids": [
        "75f877a1-0683-4c3a-9f49-dace1594e8a6"
    ],
    "album": "Ites Massive",
    "release_id": null,
    "release_group_id": "12c1967b-93de-3603-bba2-4713720b3ad4",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "S/o to the 808 one time",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}