Information about plays

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

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

{
    "id": 3608585,
    "uri": "https://api.kexp.org/v2/plays/3608585/?format=api",
    "airdate": "2026-01-24T18:00:00-08:00",
    "show": 65746,
    "show_uri": "https://api.kexp.org/v2/shows/65746/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fata Mirage",
    "track_id": "cfb17d96-67dd-4724-834b-f7caecd65741",
    "recording_id": "ee89a3f4-b7ff-4205-8d5f-b2138549f19b",
    "artist": "MASZER",
    "artist_ids": [
        "f3684143-2dd1-4115-93a5-403c3d100d19"
    ],
    "album": "Dreamsz",
    "release_id": "a34950bb-4801-4eda-98b1-0323d95a32f6",
    "release_group_id": "7753401b-573a-4b08-ba82-63371d1f6c8f",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-03-11",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Go check out Maszer playing this song live on KEXP during Upstream Music Fest 2017:\n\nhttps://www.youtube.com/watch?v=3yvWq6eHyes",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}