Information about plays

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

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

{
    "id": 371556,
    "uri": "https://api.kexp.org/v2/plays/371556/?format=api",
    "airdate": "2019-08-24T01:08:19-07:00",
    "show": 6188,
    "show_uri": "https://api.kexp.org/v2/shows/6188/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Education (feat. Yasiin Bey & Black Thought)",
    "track_id": null,
    "recording_id": null,
    "artist": "Freddie Gibbs & Madlib",
    "artist_ids": [],
    "album": "Bandana",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Madlib Invazion"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The dream pairing of Freddie Gibbs and Madlib deliver once again on their second collaborative release Bandana",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}