Information about plays

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

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

{
    "id": 354024,
    "uri": "https://api.kexp.org/v2/plays/354024/?format=api",
    "airdate": "2019-07-13T22:07:39-07:00",
    "show": 5900,
    "show_uri": "https://api.kexp.org/v2/shows/5900/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let's Follow (City Lights)",
    "track_id": "85494f08-db77-4dcb-9149-5986da777142",
    "recording_id": null,
    "artist": "Shark Toys",
    "artist_ids": [
        "c50e40a5-d215-4138-8933-2fbc29b37c54"
    ],
    "album": "Labyrinths",
    "release_id": "1a151d8b-de3e-4f72-852d-c685a567d074",
    "release_group_id": null,
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2018-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}