Information about plays

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

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

{
    "id": 3578069,
    "uri": "https://api.kexp.org/v2/plays/3578069/?format=api",
    "airdate": "2025-11-14T13:03:44-08:00",
    "show": 65106,
    "show_uri": "https://api.kexp.org/v2/shows/65106/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Last",
    "track_id": null,
    "recording_id": "e20e8f08-39c5-493b-9e95-23b06b7f4489",
    "artist": "Cyril Hahn, Joel Ford",
    "artist_ids": [],
    "album": "Begin",
    "release_id": null,
    "release_group_id": "68a7b4b7-ceb1-4b80-a0cf-2e756ab42d9f",
    "labels": [
        "Ministry of Sound"
    ],
    "label_ids": [
        "c48b8ed2-46c5-4e51-9bea-5a37fcd0053b"
    ],
    "release_date": "2015-07-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Welcome to The Afternoon Show \n\nhttps://soundcloud.com/cyrilhahn/last",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}