Information about plays

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

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

{
    "id": 373929,
    "uri": "https://api.kexp.org/v2/plays/373929/?format=api",
    "airdate": "2019-08-29T09:41:00-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nasty (extended)",
    "track_id": "195c95de-c8fb-44f3-b3c5-046a61de4907",
    "recording_id": null,
    "artist": "Janet Jackson",
    "artist_ids": [
        "6be2828f-6c0d-4059-99d4-fa18acf1a296"
    ],
    "album": "Nasty",
    "release_id": "21fef1d2-e11c-4f31-bf2f-c468951ea72d",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [],
    "release_date": "1986-05-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Lisa LeClair's \"Solitary Party Groover\" mix here on Mixtape Week | Full track listing here: https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}