Information about plays

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

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

{
    "id": 352609,
    "uri": "https://api.kexp.org/v2/plays/352609/?format=api",
    "airdate": "2019-07-10T14:49:07-07:00",
    "show": 5876,
    "show_uri": "https://api.kexp.org/v2/shows/5876/?format=api",
    "image_uri": "http://coverartarchive.org/release/6bd400fd-0c7c-42e5-9113-e4d5f779d967/22263962325-250.jpg",
    "thumbnail_uri": "",
    "song": "Moonstruck",
    "track_id": "ee510249-e5f5-4bee-b44a-538884ccf6ba",
    "recording_id": null,
    "artist": "Marble Arch",
    "artist_ids": [
        "83c8485a-ea0c-43d5-87fb-a5a920e5ec5d"
    ],
    "album": "Children of the Slump",
    "release_id": "6bd400fd-0c7c-42e5-9113-e4d5f779d967",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Marble Arch released their latest album 'Children of the Slump' on June 7th! \n\nhttps://marblearch.bandcamp.com/album/children-of-the-slump",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}