Information about plays

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

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

{
    "id": 366277,
    "uri": "https://api.kexp.org/v2/plays/366277/?format=api",
    "airdate": "2019-08-12T06:35:09-07:00",
    "show": 6110,
    "show_uri": "https://api.kexp.org/v2/shows/6110/?format=api",
    "image_uri": "http://coverartarchive.org/release/25da871f-ca88-4076-92d4-fe4161c361ba/16648365725-250.jpg",
    "thumbnail_uri": "",
    "song": "Sugar for the Pill",
    "track_id": "067bf42e-5180-4bfa-b2a0-2af7aadcce73",
    "recording_id": null,
    "artist": "Slowdive",
    "artist_ids": [
        "a16371b9-7d36-497a-a9d4-42b0a0440c5e"
    ],
    "album": "Slowdive",
    "release_id": "25da871f-ca88-4076-92d4-fe4161c361ba",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2017-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If you didn't catch KEXP's exclusive interview with Slowdive founding member, multi-instrumentalist, and vocalist Rachel Goswell, head over to the KEXP blog and give it a listen! https://www.kexp.org/read/2017/5/4/kexp-exclusive-interview-rachel-goswell-of-slowdive/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}