Information about plays

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

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

{
    "id": 3414720,
    "uri": "https://api.kexp.org/v2/plays/3414720/?format=api",
    "airdate": "2024-10-19T15:16:36-07:00",
    "show": 61620,
    "show_uri": "https://api.kexp.org/v2/shows/61620/?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! Playing at Seattle's Neptune Theatre on November 29th and in San Francisco on December 3rd. Amelia Murray who goes by Fazerdaze is the artist and producer . https://fazerdaze.bandcamp.com/album/soft-power",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}