Information about plays

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

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

{
    "id": 3413782,
    "uri": "https://api.kexp.org/v2/plays/3413782/?format=api",
    "airdate": "2024-10-17T07:15:20-07:00",
    "show": 61598,
    "show_uri": "https://api.kexp.org/v2/shows/61598/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cherry Pie",
    "track_id": "dfc67d1b-685f-4895-aaba-0d6001c202e5",
    "recording_id": "15e71085-22b7-4a8b-96b8-7a46c916e91b",
    "artist": "Fazerdaze",
    "artist_ids": [
        "d51ce0e4-027e-4ecf-a87e-c02a08149f42"
    ],
    "album": "Soft Power",
    "release_id": "0640fa21-e74d-4fcf-b324-8ff64ca624db",
    "release_group_id": "cd946c6f-fc45-44c6-aa62-c0683e40bccd",
    "labels": [
        "section1"
    ],
    "label_ids": [
        "0fef83ca-925d-4a0a-84a0-bc7a2e5fb477"
    ],
    "release_date": "2024-11-15",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New out of New Zealand!\n\nPlaying at Seattle's Neptune Theatre on November 29th and in San Francisco on December 3rd. \n\nAmelia Murray who goes by Fazerdaze is the artist and producer . \nhttps://fazerdaze.bandcamp.com/album/soft-power",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}