Information about plays

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

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

{
    "id": 3637021,
    "uri": "https://api.kexp.org/v2/plays/3637021/?format=api",
    "airdate": "2026-04-02T21:40:43-07:00",
    "show": 66348,
    "show_uri": "https://api.kexp.org/v2/shows/66348/?format=api",
    "image_uri": "https://coverartarchive.org/release/6f80273d-7ee4-4722-9990-f0e166220961/35976467358-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6f80273d-7ee4-4722-9990-f0e166220961/35976467358-250.jpg",
    "song": "Roughing Up The Rink",
    "track_id": null,
    "recording_id": "a7ff87df-99cc-404b-b8e9-dab474df21c0",
    "artist": "Jacotanu",
    "artist_ids": [
        "499b00fd-be02-4f27-b33f-2bc71b18e8f2"
    ],
    "album": "Power Play Jam",
    "release_id": null,
    "release_group_id": "40a9e0c5-0194-4e5d-abb3-308f3554c094",
    "labels": [
        "SPRAYBOX"
    ],
    "label_ids": [
        "6dce551f-f9cb-4462-9adc-06f5ae84bc3c"
    ],
    "release_date": "2023-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kraken are losing next door rn :( \n\nhttps://spraybox.bandcamp.com/album/power-play-jam",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}