Information about plays

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

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

{
    "id": 376882,
    "uri": "https://api.kexp.org/v2/plays/376882/?format=api",
    "airdate": "2019-09-05T05:26:37-07:00",
    "show": 6271,
    "show_uri": "https://api.kexp.org/v2/shows/6271/?format=api",
    "image_uri": "http://coverartarchive.org/release/ab2da32f-2b43-45b4-89f3-31e6c36df84a/23758278598-250.jpg",
    "thumbnail_uri": "",
    "song": "I Wouldn't Ask You",
    "track_id": "826e21fa-2a35-431c-bfc3-72651640d030",
    "recording_id": null,
    "artist": "Clairo",
    "artist_ids": [
        "d786f59b-1836-4ddb-8393-ab753edbe984"
    ],
    "album": "Immunity",
    "release_id": "ab2da32f-2b43-45b4-89f3-31e6c36df84a",
    "release_group_id": null,
    "labels": [
        "FADER Label"
    ],
    "label_ids": [
        "e4a9085f-f637-4e48-b9ac-443e4ebf68e0"
    ],
    "release_date": "2019-08-02",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Tuesday, October 8th at the Showbox SoDo!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}