Information about plays

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

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

{
    "id": 378721,
    "uri": "https://api.kexp.org/v2/plays/378721/?format=api",
    "airdate": "2019-09-09T11:48:09-07:00",
    "show": 6305,
    "show_uri": "https://api.kexp.org/v2/shows/6305/?format=api",
    "image_uri": "http://coverartarchive.org/release/f51e71ed-7526-4516-87ba-bf6ce7e815c3/23676088020-250.jpg",
    "thumbnail_uri": "",
    "song": "I Got You (Always and Forever)",
    "track_id": "7dfd62f6-0ea5-4af8-bcb9-9a0a5944f06b",
    "recording_id": null,
    "artist": "Chance the Rapper",
    "artist_ids": [
        "373a4c98-a46b-48e4-86ec-f6ca65b4f438"
    ],
    "album": "The Big Day",
    "release_id": "f51e71ed-7526-4516-87ba-bf6ce7e815c3",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can read Pitchfork's review of Chance's debut album <i>The Big Day</i> here: https://bit.ly/2kDb7TN",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}