Information about plays

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

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

{
    "id": 374415,
    "uri": "https://api.kexp.org/v2/plays/374415/?format=api",
    "airdate": "2019-08-30T09:25:55-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Action (I Believe in Love)",
    "track_id": "be85e935-4aa9-38f9-b95e-a8e6d6f3f316",
    "recording_id": null,
    "artist": "The Human League",
    "artist_ids": [
        "7adaabfb-acfb-47bc-8c7c-59471c2f0db8"
    ],
    "album": "Dare / Love and Dancing",
    "release_id": "d7decc52-4f52-4f1c-8aa4-ac2d1a7d7fbe",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2002-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song is titled after Lou Reed's Rock and Roll Heart track \"I Believe in Love\". The lyric, \"I believe what the old man said\", is also a reference the former Velvet Underground singer. Vocalist Phil Oakey, said, \"no one ever asks me who the old man is... it's Lou (Reed).\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}