Information about plays

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

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

{
    "id": 3582982,
    "uri": "https://api.kexp.org/v2/plays/3582982/?format=api",
    "airdate": "2025-11-25T22:27:22-08:00",
    "show": 65211,
    "show_uri": "https://api.kexp.org/v2/shows/65211/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ambrosia",
    "track_id": "781a4593-9379-4e58-b0d6-b12b5a8dc569",
    "recording_id": "64439d71-bd48-4658-9885-a3aa0942adf0",
    "artist": "Erick the Architect feat. Channel Tres",
    "artist_ids": [
        "dbfff37c-146d-4415-b765-9a76d48c749c",
        "a9d53ca9-6c28-4be9-ab10-6c936a11d70b"
    ],
    "album": "I’ve Never Been Here Before",
    "release_id": "87e68aa7-af74-4198-b47d-d634c75fdd9a",
    "release_group_id": "c992d43f-4763-405b-a189-155059078c5e",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-02-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}