Information about plays

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

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

{
    "id": 3413515,
    "uri": "https://api.kexp.org/v2/plays/3413515/?format=api",
    "airdate": "2024-10-16T16:22:49-07:00",
    "show": 61593,
    "show_uri": "https://api.kexp.org/v2/shows/61593/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Frisco Beaver",
    "track_id": "59d9318a-9d43-4fca-8ff3-4cc9fc395436",
    "recording_id": "e0b4e984-6a3b-4f43-b801-8cbb334675b1",
    "artist": "Goat",
    "artist_ids": [
        "6738d800-5160-4959-b78a-ae12c5dba3d0"
    ],
    "album": "Goat",
    "release_id": "f7b0456a-21bd-4eda-b150-4c8ce412a16d",
    "release_group_id": "cb134247-bcfd-43c1-86aa-6cbca0191e50",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-10-11",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new music from Goat, whose Bandcamp describes them as \"Formidable psychic warriors, channelers of the mystic and proponents of a spiritual quest that transcends this realm\"\nhttps://goat.bandcamp.com/track/frisco-beaver",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}