Information about plays

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

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

{
    "id": 3611690,
    "uri": "https://api.kexp.org/v2/plays/3611690/?format=api",
    "airdate": "2026-02-01T01:27:00-08:00",
    "show": 65809,
    "show_uri": "https://api.kexp.org/v2/shows/65809/?format=api",
    "image_uri": "https://coverartarchive.org/release/83ad7e5f-8d18-4775-bfef-158c5b8f73b5/6645525826-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/83ad7e5f-8d18-4775-bfef-158c5b8f73b5/6645525826-250.jpg",
    "song": "Bleak",
    "track_id": null,
    "recording_id": "f8f64859-da79-4d20-9d4b-826e33b9d386",
    "artist": "Opeth",
    "artist_ids": [
        "c14b4180-dc87-481e-b17a-64e4150f90f6"
    ],
    "album": "Blackwater Park",
    "release_id": null,
    "release_group_id": "1f4a9f6f-9621-3e46-977d-8503e8386768",
    "labels": [
        "Metal Mind Productions"
    ],
    "label_ids": [
        "7a59176d-27ff-4f8b-beed-252e00e05314"
    ],
    "release_date": "2001-03-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Rafael in Lima, Peru\n\nOpeth will be playing at:\n - Channel 24 in Sacramento on February 22nd\n - Paramount Theater in Seattle on February 24th\n\nhttps://www.opeth.com/tour-dates\nhttps://www.facebook.com/Opeth",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}