Information about plays

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

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

{
    "id": 346097,
    "uri": "https://api.kexp.org/v2/plays/346097/?format=api",
    "airdate": "2019-06-25T19:01:00-07:00",
    "show": 5770,
    "show_uri": "https://api.kexp.org/v2/shows/5770/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kushimoto Bushi (Cumbia)",
    "track_id": "4fcc03b7-8405-4331-bef9-83d099d1e830",
    "recording_id": null,
    "artist": "Minyo Crusaders",
    "artist_ids": [
        "1b33c057-e909-49e5-b0ea-6410019b5b70"
    ],
    "album": "Echoes of Japan",
    "release_id": "7eb52a49-ac98-41d8-a5b0-e9a7d2b83276",
    "release_group_id": null,
    "labels": [
        "Mais Um Discos"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Japanese folk music meets Latin and African grooves on Minyo Crusaders' ennui busting debut Echoes of Japan. The word \"minyo\" refers to traditional Japanese folk music \nhttps://maisumdiscos.bandcamp.com/album/echoes-of-japan",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}