Information about plays

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

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

{
    "id": 2676973,
    "uri": "https://api.kexp.org/v2/plays/2676973/?format=api",
    "airdate": "2019-12-23T02:55:05-08:00",
    "show": 46208,
    "show_uri": "https://api.kexp.org/v2/shows/46208/?format=api",
    "image_uri": "https://coverartarchive.org/release/de4754b7-fe1a-4b71-8761-62ee54832d92/21641061192-250.jpg",
    "thumbnail_uri": "",
    "song": "The Man Who Has Everything",
    "track_id": "6abc37c4-3ea7-4a14-93c9-8abca97a2431",
    "recording_id": null,
    "artist": "Chance the Rapper",
    "artist_ids": [
        "373a4c98-a46b-48e4-86ec-f6ca65b4f438"
    ],
    "album": "The Man Who Has Everything",
    "release_id": "de4754b7-fe1a-4b71-8761-62ee54832d92",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-11-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}