Information about plays

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

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

{
    "id": 3608673,
    "uri": "https://api.kexp.org/v2/plays/3608673/?format=api",
    "airdate": "2026-01-24T20:51:38-08:00",
    "show": 65746,
    "show_uri": "https://api.kexp.org/v2/shows/65746/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shark Hunting",
    "track_id": "8c8925cf-c95e-4b4a-b2db-c43609c89699",
    "recording_id": "fc981960-60ac-43ca-a4d3-cccd632ba851",
    "artist": "Actionesse feat. Erobb Robb",
    "artist_ids": [
        "8bbc563c-78c5-49e6-9d9f-549d84bfd911",
        "e32b3a77-9a84-4154-beea-89d38ce81a06"
    ],
    "album": "Mignon",
    "release_id": "6e943779-5b12-429e-9b67-55f65b513fdd",
    "release_group_id": "97db04ea-267c-4246-a205-3c469cde9cc1",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-09-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Actionesse is a five-piece heavy punk rock/post-horncore group hailing from Seattle. We would like to hear from you\"\n\nhttps://actionesse.bandcamp.com/album/mignon",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}