Information about plays

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

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

{
    "id": 375667,
    "uri": "https://api.kexp.org/v2/plays/375667/?format=api",
    "airdate": "2019-09-02T16:06:10-07:00",
    "show": 6256,
    "show_uri": "https://api.kexp.org/v2/shows/6256/?format=api",
    "image_uri": "http://coverartarchive.org/release/b2cae394-631f-47d1-9290-26b33582244c/22872382101-250.jpg",
    "thumbnail_uri": "",
    "song": "Anlatmam Derdimi",
    "track_id": "cee5fdd5-93dd-4982-9588-350c3683473f",
    "recording_id": null,
    "artist": "Altın Gün",
    "artist_ids": [
        "cd5799f6-e6cf-4322-a659-96f5de4a2f6c"
    ],
    "album": "Gece",
    "release_id": "b2cae394-631f-47d1-9290-26b33582244c",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Altın Gün performed @ Trans Musicales 2017 for KEXP's live broadcast from France. Check out the video here https://www.youtube.com/watch?v=_J5-57lRxAM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}