Information about plays

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

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

{
    "id": 346372,
    "uri": "https://api.kexp.org/v2/plays/346372/?format=api",
    "airdate": "2019-06-26T07:17:00-07:00",
    "show": 5773,
    "show_uri": "https://api.kexp.org/v2/shows/5773/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do Leme Ao Pontal",
    "track_id": "a546716e-ffc9-4905-bad1-8eeb2d0ef8c2",
    "recording_id": null,
    "artist": "Tim Maia",
    "artist_ids": [
        "446ac261-09ae-43f4-a7e1-2c753c0813ce"
    ],
    "album": "World Psychedelic Classics 4: Nobody Can Live Forever – the Existential Soul of Tim Maia",
    "release_id": "46e92eb0-2c0a-4054-9e76-98eb009f2f51",
    "release_group_id": null,
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [],
    "release_date": "2012-09-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a live video of Time Maia, also known as the father of Brazilian soul music: https://www.youtube.com/watch?v=tlX79i_wq5c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}