Information about plays

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

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

{
    "id": 380196,
    "uri": "https://api.kexp.org/v2/plays/380196/?format=api",
    "airdate": "2019-09-13T00:03:33-07:00",
    "show": 6327,
    "show_uri": "https://api.kexp.org/v2/shows/6327/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Heist",
    "track_id": "b419310d-5e63-47ae-b1e7-55914bcbdd06",
    "recording_id": null,
    "artist": "Jaylib",
    "artist_ids": [
        "b37baf72-c053-4d85-82e5-3705fb5893e4"
    ],
    "album": "Champion Sound",
    "release_id": "a66c3808-f5a6-4440-8355-6b185a3730d2",
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2003-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Champion Sound is the only studio album by the duo Jaylib (hip hop musicians J Dilla and Madlib). Half of the songs are produced by Madlib and feature J Dilla on vocals, and the other half are produced by J Dilla and feature Madlib on vocals. This album was the first of the Madlib duo collaboration albums made during the 2000s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}