Information about plays

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

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

{
    "id": 3413323,
    "uri": "https://api.kexp.org/v2/plays/3413323/?format=api",
    "airdate": "2024-10-16T08:59:30-07:00",
    "show": 61590,
    "show_uri": "https://api.kexp.org/v2/shows/61590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Midas",
    "track_id": "b182e94a-a7d6-4a86-ab9d-c8f26ca8fc08",
    "recording_id": "cdc60052-9d97-4b7c-b067-919ad7edafd5",
    "artist": "Wunderhorse",
    "artist_ids": [
        "5126db33-86ad-469d-88fb-4158350e1515"
    ],
    "album": "Midas",
    "release_id": "c487290a-98be-4a7b-a7a5-246802e436a8",
    "release_group_id": "10fc28c2-e539-4475-8f77-09a7562a041f",
    "labels": [
        "Communion Records"
    ],
    "label_ids": [
        "f658c6bd-b2e9-42ee-ab03-1622aa649602"
    ],
    "release_date": "2024-08-30",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "UK group Wunderhorse had this to say about the new track: \"The song was written in a bathtub in Paris, and forgotten about until it resurfaced in Minnesota. Midas is the guy who makes you feel like a pencil stub, all used up and nothing to show for it, but it’s always just business as far as he’s concerned.\" https://www.clashmusic.com/news/wunderhorse-snap-back-with-midas/\n\nThey are playing at the Crocodile in Seattle in February next year!\n\nhttps://wunderhorse.bandcamp.com/album/midas",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}