Information about plays

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

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

{
    "id": 3415037,
    "uri": "https://api.kexp.org/v2/plays/3415037/?format=api",
    "airdate": "2024-10-20T09:35:14-07:00",
    "show": 61626,
    "show_uri": "https://api.kexp.org/v2/shows/61626/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Tang",
    "track_id": null,
    "recording_id": null,
    "artist": "Joe Kaplow",
    "artist_ids": [
        "11ed0cd3-8315-44c2-a1eb-49a99ae4d3cc"
    ],
    "album": "Posh, Poodle, and Krystal",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fluff and Gravy"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Santa Cruz musician considered this album a more ‘cohesive’ band statement and signaled as much by naming it after his bandmate’s nicknames.\nPlaying a Sofar Sounds show in SF 10/24 https://www.sofarsounds.com/events/58423?\nThe Connor Byrne Pub in Seattle 12/14 https://www.venuepilot.co/events/113773/orders/new\n\nhttps://joekaplow.bandcamp.com/album/posh-poodle-krystal-and-toe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}