Information about plays

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

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

{
    "id": 353039,
    "uri": "https://api.kexp.org/v2/plays/353039/?format=api",
    "airdate": "2019-07-11T13:55:52-07:00",
    "show": 5881,
    "show_uri": "https://api.kexp.org/v2/shows/5881/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Driving East, and Through Her",
    "track_id": "7faa7ec3-fe93-48ec-bb9f-ca7ec2a832f7",
    "recording_id": null,
    "artist": "Case Studies",
    "artist_ids": [
        "0a5e41fe-0356-476b-b4fd-55d58338774d"
    ],
    "album": "This Is Another Life",
    "release_id": "41947a3f-08d9-44bd-b5a5-a2b43aca22e3",
    "release_group_id": null,
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2013-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"The second album by Jesse Lortz, formerly a member of the Dutchess and the Duke, is an understated, muted collection that recalls the National circa Sad Songs for Dirty Lovers, and has a writerly quality that sometimes hints at Paul McCartney's solo work.\" Read more about what Pitchfork has to say about this album: https://pitchfork.com/reviews/albums/18161-case-studies-this-is-another-life/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}