Information about plays

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

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

{
    "id": 356378,
    "uri": "https://api.kexp.org/v2/plays/356378/?format=api",
    "airdate": "2019-07-19T07:40:00-07:00",
    "show": 5938,
    "show_uri": "https://api.kexp.org/v2/shows/5938/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Island in the Sun (album version)",
    "track_id": "243f76d7-541e-4fc2-88c2-e9158537deb1",
    "recording_id": null,
    "artist": "Weezer",
    "artist_ids": [
        "6fe07aa5-fec0-4eca-a456-f29bff451b04"
    ],
    "album": "Island in the Sun",
    "release_id": "57137449-984e-4a36-b9ce-b50f8c59c64c",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [],
    "release_date": "2001-10-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Weezer will be at the Washington State Fair in Puyallup on Sunday, September 1st, 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}