Information about plays

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

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

{
    "id": 376770,
    "uri": "https://api.kexp.org/v2/plays/376770/?format=api",
    "airdate": "2019-09-04T23:46:34-07:00",
    "show": 6270,
    "show_uri": "https://api.kexp.org/v2/shows/6270/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stay All Night",
    "track_id": "b18fe7a9-a959-49e6-8cb9-ce31f9417d07",
    "recording_id": null,
    "artist": "Joan Shelley",
    "artist_ids": [
        "0a200500-a8dc-4efe-ac86-69c3d04df515"
    ],
    "album": "Like the River Loves the Sea",
    "release_id": "f8cd3836-f9f2-4cfd-b369-aa8b6a02219e",
    "release_group_id": null,
    "labels": [
        "No Quarter Records"
    ],
    "label_ids": [
        "9106d9a5-1c78-4b29-bf07-96b0a5122f55"
    ],
    "release_date": "2019-08-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Louisville artist traveled to Iceland to record this lovely new record.      https://joanshelley.bandcamp.com/album/like-the-river-loves-the-sea",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}