Information about plays

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

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

{
    "id": 382145,
    "uri": "https://api.kexp.org/v2/plays/382145/?format=api",
    "airdate": "2019-09-17T20:27:31-07:00",
    "show": 6361,
    "show_uri": "https://api.kexp.org/v2/shows/6361/?format=api",
    "image_uri": "http://coverartarchive.org/release/5b3a6b05-23ef-45f1-8939-0821361a0620/6428559912-250.jpg",
    "thumbnail_uri": "",
    "song": "Rahgozar",
    "track_id": "4cd1c312-afd9-4200-af9d-cb3b0db3d05c",
    "recording_id": null,
    "artist": "Morteza",
    "artist_ids": [
        "c2aee7f9-1e07-472c-bef5-103f9862afed"
    ],
    "album": "Zendooni: Funk, Psychedelia and Pop from the Iranian Pre-Revolution Generation",
    "release_id": "5b3a6b05-23ef-45f1-8939-0821361a0620",
    "release_group_id": null,
    "labels": [
        "Pharaway Sounds"
    ],
    "label_ids": [
        "5586b10f-a9a2-431f-b810-003f900b9bb5"
    ],
    "release_date": "2012-08-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mortezea is an Iranian pop artist, and was a popular musician in the 80s, before the Islamic Revolution. After the revolution, he moved to L.A. and continued to make music and be a part of the Iranian cultural diaspora.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}