Information about plays

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

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

{
    "id": 3583901,
    "uri": "https://api.kexp.org/v2/plays/3583901/?format=api",
    "airdate": "2025-11-28T03:03:10-08:00",
    "show": 65228,
    "show_uri": "https://api.kexp.org/v2/shows/65228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Food Fight",
    "track_id": null,
    "recording_id": "306dfe29-db7c-4753-930a-01ed17e80b7c",
    "artist": "Village People",
    "artist_ids": [
        "f19d3d49-be22-4ca6-9903-64d86984fbf2"
    ],
    "album": "Renaissance",
    "release_id": null,
    "release_group_id": "f809acd3-bd4d-3b1b-853b-03452e81f35f",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}