Information about plays

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

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

{
    "id": 378986,
    "uri": "https://api.kexp.org/v2/plays/378986/?format=api",
    "airdate": "2019-09-10T04:30:00-07:00",
    "show": 6309,
    "show_uri": "https://api.kexp.org/v2/shows/6309/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Something for the Pain",
    "track_id": "85d395c9-7e1d-4282-b381-c33f0ebf36b6",
    "recording_id": null,
    "artist": "She Drew the Gun",
    "artist_ids": [
        "f2d9b9f6-7d55-44d3-a6c3-b3695e2b03b2"
    ],
    "album": "Revolution of Mind",
    "release_id": "6904e4f6-45e3-4e54-a7db-62911a33c767",
    "release_group_id": null,
    "labels": [
        "Skeleton Key Records"
    ],
    "label_ids": [],
    "release_date": "2018-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Watch the official video for \"Something for the Pain\": https://bit.ly/2kBOY8x",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}