Information about plays

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

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

{
    "id": 365848,
    "uri": "https://api.kexp.org/v2/plays/365848/?format=api",
    "airdate": "2019-08-11T04:36:07-07:00",
    "show": 6102,
    "show_uri": "https://api.kexp.org/v2/shows/6102/?format=api",
    "image_uri": "http://coverartarchive.org/release/f51e71ed-7526-4516-87ba-bf6ce7e815c3/23676088020-250.jpg",
    "thumbnail_uri": "",
    "song": "Big Fish",
    "track_id": "8f96cbfa-7fb0-45eb-bce1-0578418d2d3f",
    "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": "After a few popular mix tapes Chance's 'The Big Day' is called his \"debut\" album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}