Information about plays

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

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

{
    "id": 3576624,
    "uri": "https://api.kexp.org/v2/plays/3576624/?format=api",
    "airdate": "2025-11-11T01:00:01-08:00",
    "show": 65077,
    "show_uri": "https://api.kexp.org/v2/shows/65077/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mobbin' (feat. Gary Gritness)",
    "track_id": null,
    "recording_id": null,
    "artist": "Swoze",
    "artist_ids": [
        "76f3af38-c4d8-4cca-a980-e6f1345c36bf"
    ],
    "album": "NEW RIMS",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Former City Records"
    ],
    "label_ids": [
        "5d8d49a1-e359-45b4-8075-49bf0a721a21"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Welcome to the Overnight :)\n\nhttps://formercity.bandcamp.com/album/new-rims",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}