Information about plays

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

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

{
    "id": 380160,
    "uri": "https://api.kexp.org/v2/plays/380160/?format=api",
    "airdate": "2019-09-12T22:02:40-07:00",
    "show": 6326,
    "show_uri": "https://api.kexp.org/v2/shows/6326/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "To Who Knows Where",
    "track_id": "3d563431-0ed1-422c-98f6-c7f52b9ca6f3",
    "recording_id": null,
    "artist": "Vetiver",
    "artist_ids": [
        "328068c9-ee60-408e-8c24-b1dc1ae08b94"
    ],
    "album": "Up on High",
    "release_id": "82fef2d8-75f4-4062-afad-75a463deb21f",
    "release_group_id": null,
    "labels": [
        "Mama Bird Recording Co."
    ],
    "label_ids": [
        "3cbb810f-a8aa-40cc-8b6b-51fa6644678c"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"To Who Knows Where,\" the first single from new album Up On High, out November 1, 2019. The song is deeply rooted in the acoustic guitar, thoughtful storytelling, and the pastoral landscapes found in the most escapist of folk music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}