Information about plays

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

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

{
    "id": 3523255,
    "uri": "https://api.kexp.org/v2/plays/3523255/?format=api",
    "airdate": "2025-07-06T00:30:17-07:00",
    "show": 63934,
    "show_uri": "https://api.kexp.org/v2/shows/63934/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Only Ash and Dust",
    "track_id": null,
    "recording_id": null,
    "artist": "Crypt Sermon",
    "artist_ids": [
        "7e166d62-ff82-43f5-a2e7-c4cb6b71751c"
    ],
    "album": "Saturnian Appendices",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dark Descent"
    ],
    "label_ids": [
        "62a84932-c6c3-4cac-88f5-e41460e2fa13"
    ],
    "release_date": "2025-08-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Philadelphia, Pennsylvania\nhttp://cryptsermon.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}