Information about plays

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

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

{
    "id": 370287,
    "uri": "https://api.kexp.org/v2/plays/370287/?format=api",
    "airdate": "2019-08-21T06:55:30-07:00",
    "show": 6171,
    "show_uri": "https://api.kexp.org/v2/shows/6171/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fu‐Gee‐La",
    "track_id": "fa14d0ef-eadf-427a-991a-01d5e776fe75",
    "recording_id": null,
    "artist": "Fugees",
    "artist_ids": [
        "ea321799-9b1d-4e74-a074-a5facf597d82"
    ],
    "album": "The Score",
    "release_id": "5c69f472-81c0-45a2-b40c-90a2191601d6",
    "release_group_id": null,
    "labels": [
        "Ruffhouse Records"
    ],
    "label_ids": [
        "fb5e3051-217d-4ab7-bc7b-1d1d8e2327b3"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The second and final album from the Fugees contains samples of \"If Loving You Is Wrong, I Don't Want To Be Right\" by Ramsey Lewis, and its chorus is based on \"Ooo La La La\" by Teena Marie. Here's the official video - https://www.youtube.com/watch?v=MPlb9HoOCxs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}