Information about plays

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

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

{
    "id": 3584412,
    "uri": "https://api.kexp.org/v2/plays/3584412/?format=api",
    "airdate": "2025-11-29T05:45:50-08:00",
    "show": 65237,
    "show_uri": "https://api.kexp.org/v2/shows/65237/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kill the Lie",
    "track_id": "309b4377-c683-4e79-ae39-b8b2539401f0",
    "recording_id": "75391f00-23ce-4b14-a5a4-1061789544f7",
    "artist": "Genevieve Artadi & Real Bad Man",
    "artist_ids": [
        "ff8cb8a8-47f7-47f4-963c-3b855798b36f",
        "d7aee312-1a30-4012-bda8-763f8e809136"
    ],
    "album": "Everything Is Under Control.",
    "release_id": "56932400-0581-4216-a200-34e1c2a3c9a4",
    "release_group_id": "56bdb2b8-e98b-4048-8399-18119d8cb9d3",
    "labels": [
        "Real Bad Man Records"
    ],
    "label_ids": [
        "3a973849-7ae7-4d74-bc12-5692090d1d7c"
    ],
    "release_date": "2025-10-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}