Information about plays

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

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

{
    "id": 379998,
    "uri": "https://api.kexp.org/v2/plays/379998/?format=api",
    "airdate": "2019-09-12T12:39:30-07:00",
    "show": 6323,
    "show_uri": "https://api.kexp.org/v2/shows/6323/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fight for Love",
    "track_id": "8e5e8d84-d156-3072-8ca1-f2c832eb8382",
    "recording_id": null,
    "artist": "Visqueen",
    "artist_ids": [
        "51c143bf-6d7a-459c-9284-a7b50a5736b1"
    ],
    "album": "Message to Garcia",
    "release_id": "4a1d70f9-977b-41ce-86cd-d46bede775da",
    "release_group_id": null,
    "labels": [
        "Local 638 Records"
    ],
    "label_ids": [
        "6264a9dc-0e76-4270-8fc8-18d1e45cc02a"
    ],
    "release_date": "2009-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Visqueen performed live at the Music Lounge during KEXP's broadcast from the 2010 Bumbershoot. Watch a few of their songs here: https://www.youtube.com/user/kexpradio/search?query=Visqueen",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}