Information about plays

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

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

{
    "id": 380158,
    "uri": "https://api.kexp.org/v2/plays/380158/?format=api",
    "airdate": "2019-09-12T21:56:01-07:00",
    "show": 6326,
    "show_uri": "https://api.kexp.org/v2/shows/6326/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Something's in the Air",
    "track_id": "e416a6e9-4116-4958-862d-c8e9a9b67a37",
    "recording_id": null,
    "artist": "SAULT",
    "artist_ids": [
        "23b19bc5-813e-4456-bbae-ac3ca118f535"
    ],
    "album": "5",
    "release_id": "42306580-ccf0-4e50-917d-762fe5507701",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-05",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'5' is the first album from SAULT, the record is filled with fire, an incendiary blend of new wave, post punk, R&B, hip hop, funk, soul, and dub sounds.\nthe record is out now via Forever Living Originals, an independent label. https://open.spotify.com/album/57EkTny9UjqpLhFzMO4Hdb",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}