Information about plays

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

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

{
    "id": 371625,
    "uri": "https://api.kexp.org/v2/plays/371625/?format=api",
    "airdate": "2019-08-24T04:20:15-07:00",
    "show": 6188,
    "show_uri": "https://api.kexp.org/v2/shows/6188/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In The Jungle (Bullion Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Man Jumping",
    "artist_ids": [],
    "album": "Jumpcuts 2",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Emotional Rescue"
    ],
    "label_ids": [
        "e13987bc-4ac8-4507-bc11-a7ba35922cfa"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Formed in 1983 out of the disbanded The Lost Jockey (Les Disques Du Crépuscule), Man Jumping’s aim was to move on from the unwieldy nature of that collective to combine the ‘systems music’ of Steve Reich, Terry Riley, LaMonte Young etc with rock, funk, dance and world music and create a new cross over\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}