Information about plays

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

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

{
    "id": 348633,
    "uri": "https://api.kexp.org/v2/plays/348633/?format=api",
    "airdate": "2019-07-01T12:54:28-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?format=api",
    "image_uri": "http://coverartarchive.org/release/77f32a9c-8080-497b-b0d9-f93e21a5f93c/16162391947-250.jpg",
    "thumbnail_uri": "",
    "song": "Joy",
    "track_id": "63de8b7b-5761-3f0e-8c6e-448ba97b552a",
    "recording_id": null,
    "artist": "NoMeansNo",
    "artist_ids": [
        "37e9d7b2-7779-41b2-b2eb-3685351caad3"
    ],
    "album": "The Worldhood of the World (As Such)",
    "release_id": "77f32a9c-8080-497b-b0d9-f93e21a5f93c",
    "release_group_id": null,
    "labels": [
        "Alternative Tentacles"
    ],
    "label_ids": [
        "f1273178-651b-4d02-8f21-4ab1ec5a689a"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From Vancouver, BC. Happy Canada Day! Check out \"O Canada: A KEXP Video Roundup\": https://www.kexp.org/read/2019/7/1/o-canada-kexp-video-roundup/.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}