Information about plays

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

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

{
    "id": 3626511,
    "uri": "https://api.kexp.org/v2/plays/3626511/?format=api",
    "airdate": "2026-03-07T20:04:50-08:00",
    "show": 66121,
    "show_uri": "https://api.kexp.org/v2/shows/66121/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everyone Knows Everyone",
    "track_id": "a66c2c38-b3c5-42e1-bef9-591528dceb04",
    "recording_id": "a573c4e1-0cf0-4f8c-84d0-025685b226b6",
    "artist": "The Helio Sequence",
    "artist_ids": [
        "b6ab8d01-0cb3-4515-bc05-d928397e7429"
    ],
    "album": "Taste This Music Northwest: Album One",
    "release_id": "dac072d5-e9a1-4439-bed9-01b7582374ae",
    "release_group_id": "38bec777-43af-422a-890b-0da0ed1ea26e",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the music video for \"Everyone Knows Everyone\" below:\n\nhttps://www.youtube.com/watch?v=ec0HPktR2hs\n\nYOU support KEXP! Donate today: kexp.org/donate",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}