Information about plays

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

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

{
    "id": 346084,
    "uri": "https://api.kexp.org/v2/plays/346084/?format=api",
    "airdate": "2019-06-25T18:05:00-07:00",
    "show": 5770,
    "show_uri": "https://api.kexp.org/v2/shows/5770/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jazz",
    "track_id": null,
    "recording_id": null,
    "artist": "Roni Size",
    "artist_ids": [
        "2eeba1d4-f67d-45be-a22e-ab73e925aa43"
    ],
    "album": "New Forms",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Talkin Loud ‎"
    ],
    "label_ids": [],
    "release_date": "1997-06-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Forms is the debut album by the drum and bass act Roni Size. The double-disc set was the winner of the Mercury Prize in 1997, and often cited as their magnum opus. Catch him LIVE at Nectar Lounge, Thursday, July 11 \nwith Kid Hops & Pressha!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}