Information about plays

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

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

{
    "id": 371979,
    "uri": "https://api.kexp.org/v2/plays/371979/?format=api",
    "airdate": "2019-08-25T02:03:00-07:00",
    "show": 6197,
    "show_uri": "https://api.kexp.org/v2/shows/6197/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Serpent’s Touch",
    "track_id": "037da8e3-d3ea-4f82-aaae-dc467b82c270",
    "recording_id": null,
    "artist": "Knocked Loose",
    "artist_ids": [
        "9ca10859-49e2-44e3-b3d6-04c535207bc2"
    ],
    "album": "A Different Shade Of Blue",
    "release_id": "ea0d0d0f-d57c-4b91-a62d-fe7055958c2c",
    "release_group_id": null,
    "labels": [
        "Pure Noise Records"
    ],
    "label_ids": [],
    "release_date": "2019-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kentucky hardcore group Knocked Loose recent release off Pure Noise Records",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}