Information about plays

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

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

{
    "id": 3612299,
    "uri": "https://api.kexp.org/v2/plays/3612299/?format=api",
    "airdate": "2026-02-02T14:07:08-08:00",
    "show": 65823,
    "show_uri": "https://api.kexp.org/v2/shows/65823/?format=api",
    "image_uri": "https://coverartarchive.org/release/b1aa43c6-70ca-4d2c-bece-1ea2df8c4684/22867215775-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b1aa43c6-70ca-4d2c-bece-1ea2df8c4684/22867215775-250.jpg",
    "song": "Negro Muzic",
    "track_id": null,
    "recording_id": "5f02bb1e-4ab2-40a8-ab22-152f286f5ce1",
    "artist": "Glenn Underground",
    "artist_ids": [
        "dde821f9-8847-4dc4-a20a-d909d869567b"
    ],
    "album": "Silent",
    "release_id": null,
    "release_group_id": "a3e4cb10-815a-4879-a606-4c45661d6222",
    "labels": [
        "Unified Records"
    ],
    "label_ids": [
        "6b754a4c-ddcb-4a9c-92f9-403f0b37b0f1"
    ],
    "release_date": "2009-01-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/master/486026-Glenn-Underground-Silent?srsltid=AfmBOooLjs3riyaP_8DKuif4p0-nvMBgRmOVCkea5uNNx84BVTIQ9BBM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}