Information about plays

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

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

{
    "id": 3573548,
    "uri": "https://api.kexp.org/v2/plays/3573548/?format=api",
    "airdate": "2025-11-03T15:37:54-08:00",
    "show": 65014,
    "show_uri": "https://api.kexp.org/v2/shows/65014/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New God",
    "track_id": null,
    "recording_id": "f047c125-5934-4ccc-bd9c-47f13dd99068",
    "artist": "Moon Walker",
    "artist_ids": [
        "5c4c2df9-63ba-4605-a965-5ea11db27cf5"
    ],
    "album": "New God",
    "release_id": null,
    "release_group_id": "18a7015a-9e19-4e99-8e1f-f3d324f8d657",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-11-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Samantha!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}