Information about plays

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

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

{
    "id": 374233,
    "uri": "https://api.kexp.org/v2/plays/374233/?format=api",
    "airdate": "2019-08-30T00:19:24-07:00",
    "show": 6227,
    "show_uri": "https://api.kexp.org/v2/shows/6227/?format=api",
    "image_uri": "http://coverartarchive.org/release/e543e591-8f14-490a-8d10-b2711bdd4584/22324750232-250.jpg",
    "thumbnail_uri": "",
    "song": "Flowers",
    "track_id": "5c6b158e-d40c-4ec6-afd8-b44107af1922",
    "recording_id": null,
    "artist": "Little Simz feat. Michael Kiwanuka",
    "artist_ids": [
        "3cdb40fe-a63e-4bb9-b40d-17cda5f50979"
    ],
    "album": "GREY Area",
    "release_id": "e543e591-8f14-490a-8d10-b2711bdd4584",
    "release_group_id": null,
    "labels": [
        "AGE 101 MUSIC"
    ],
    "label_ids": [
        "39133c4b-b863-49e8-8492-c4e124687ad0"
    ],
    "release_date": "2019-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Little Simz with her third album 'GREY Area' which features guest spots from Little Dragon, Michael Kiwanuka and more. Out now via Simz's own label, Age 101 via AWAL Recordings https://open.spotify.com/go?uri=spotify%3Aalbum%3A4Wwm4xg2748zhYuzDRFTgY&product=embed_v2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}