Information about plays

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

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

{
    "id": 373543,
    "uri": "https://api.kexp.org/v2/plays/373543/?format=api",
    "airdate": "2019-08-28T14:40:00-07:00",
    "show": 6220,
    "show_uri": "https://api.kexp.org/v2/shows/6220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bizarre Love Triangle",
    "track_id": "1da9239b-2fcc-3a9f-97b9-b32cc33e96a1",
    "recording_id": null,
    "artist": "Frente!",
    "artist_ids": [
        "6739a15f-2430-4b47-957c-4f2903c55ea7"
    ],
    "album": "Marvin the Album",
    "release_id": "ca26eb6b-d16c-4b89-9f6a-c4aec59619b1",
    "release_group_id": null,
    "labels": [
        "Mammoth Records"
    ],
    "label_ids": [],
    "release_date": "1994-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This set of tracks comes from Greg's mixtape titled, 'A New Order'.  Check out all the mixtape-week action at the KEXP site: https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}