Information about plays

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

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

{
    "id": 344414,
    "uri": "https://api.kexp.org/v2/plays/344414/?format=api",
    "airdate": "2019-06-21T18:44:00-07:00",
    "show": 5739,
    "show_uri": "https://api.kexp.org/v2/shows/5739/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Can Make It (Alaia & Gallo Extended Preacher Dub)",
    "track_id": null,
    "recording_id": null,
    "artist": "Shawn Christopher",
    "artist_ids": [
        "6d647939-c699-49db-9a23-e44701e112be"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Soulfuric Recordings"
    ],
    "label_ids": [
        "4ff9968e-ea9c-44c9-adff-18df5b9add98"
    ],
    "release_date": "2019-02-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"If you turn to the music, everything is going to be all right!\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}