Information about plays

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

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

{
    "id": 352514,
    "uri": "https://api.kexp.org/v2/plays/352514/?format=api",
    "airdate": "2019-07-10T09:07:35-07:00",
    "show": 5874,
    "show_uri": "https://api.kexp.org/v2/shows/5874/?format=api",
    "image_uri": "http://coverartarchive.org/release/8941a99a-22c6-4ca3-a9b0-83cbb0f43163/17014894055-250.jpg",
    "thumbnail_uri": "",
    "song": "We Could Run",
    "track_id": "38c1171d-41e0-4d8d-9fea-b8da88b1236a",
    "recording_id": null,
    "artist": "Beth Ditto",
    "artist_ids": [
        "a23b8dc2-97f4-4eab-a76d-dc3b2ef4b537"
    ],
    "album": "Fake Sugar",
    "release_id": "8941a99a-22c6-4ca3-a9b0-83cbb0f43163",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2017-06-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The terrific Beth Ditto says, \"We're here. We're queer. We're weird.\" Watch the video for \"We Could Run\" from the former Gossip lead singer's fine new album, \"Fake Sugar\": https://www.youtube.com/watch?v=b6zNcaXdFKE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}