Information about plays

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

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

{
    "id": 349217,
    "uri": "https://api.kexp.org/v2/plays/349217/?format=api",
    "airdate": "2019-07-02T20:19:00-07:00",
    "show": 5819,
    "show_uri": "https://api.kexp.org/v2/shows/5819/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Índia",
    "track_id": "40839c44-507b-4a5f-b37f-ada1290761cb",
    "recording_id": null,
    "artist": "Gal Costa",
    "artist_ids": [
        "fc63a914-272d-4b95-9221-61adcce6f793"
    ],
    "album": "Índia",
    "release_id": "0dc37582-48d9-4894-81d7-515278d1f8f7",
    "release_group_id": null,
    "labels": [
        "Mr Bongo"
    ],
    "label_ids": [],
    "release_date": "2017-08-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gal Costa is a Brazilian singer of popular music.\nCosta's first album Domingo was released in 1967 through Philips Records. Costa stayed on the label, which later became PolyGram, until 1983. One song released from this album, \"Coração Vagabundo\", became a huge hit.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}