Information about plays

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

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

{
    "id": 3520073,
    "uri": "https://api.kexp.org/v2/plays/3520073/?format=api",
    "airdate": "2025-06-28T19:41:05-07:00",
    "show": 63864,
    "show_uri": "https://api.kexp.org/v2/shows/63864/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hot Gossip",
    "track_id": "591d57df-fad4-48bb-8518-2ec21255fd9c",
    "recording_id": "1564ac2d-0030-4cc7-8b36-fa5ffb9a114c",
    "artist": "regularfantasy",
    "artist_ids": [
        "826dc71c-afda-4b6b-bd7c-b28080472b35"
    ],
    "album": "New Glow EP",
    "release_id": "812539eb-7405-4ad1-99d0-ef57b5f84ae0",
    "release_group_id": "5b7f8766-903f-46db-94d3-ce3a1d8acbba",
    "labels": [
        "Rubadub"
    ],
    "label_ids": [
        "083d07d9-e5ce-4a8d-b2d1-7ed5aed42e4b"
    ],
    "release_date": "2022-09-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Out of Vancouver, BC, Cecile Believe and Priori collaborate under the moniker Regularfantasy. \n\nhttps://regularfantasy.bandcamp.com/album/new-glow-ep",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}