Information about plays

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

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

{
    "id": 3622144,
    "uri": "https://api.kexp.org/v2/plays/3622144/?format=api",
    "airdate": "2026-02-25T15:30:01-08:00",
    "show": 66028,
    "show_uri": "https://api.kexp.org/v2/shows/66028/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sapphire Light Climax",
    "track_id": "7d5f1dd3-f01d-453a-b410-af46a316ff22",
    "recording_id": "ccdce451-9118-4691-97e6-4da43612856e",
    "artist": "Erik Blood",
    "artist_ids": [
        "bb5edacd-c97d-42df-9174-2fa7abbf69ee"
    ],
    "album": "Touch Screens",
    "release_id": "e84031cc-496e-43ac-ad87-f84a60370823",
    "release_group_id": "f60bea4d-eed1-4004-907e-f5bdb66a153c",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2012-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a 2013 KEXP interview with Seattle musician, engineer, composer, and producer Erik Blood, known for his work with Shabazz Palaces, THEESatisfaction, Moondoggies, and many others.: https://www.kexp.org/read/2013/5/19/artist-profile-erik-blood/\n--\nSharlese was the host when Erik Blood performed live in our studio in 2016: https://www.youtube.com/watch?v=qws_kcUVH2k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}