Information about plays

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

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

{
    "id": 343537,
    "uri": "https://api.kexp.org/v2/plays/343537/?format=api",
    "airdate": "2019-06-19T16:04:42-07:00",
    "show": 5726,
    "show_uri": "https://api.kexp.org/v2/shows/5726/?format=api",
    "image_uri": "http://coverartarchive.org/release/740f7385-17b4-4ef7-950e-037cc76eb2ab/20853605852-250.jpg",
    "thumbnail_uri": "",
    "song": "How Deep Is Your Love?",
    "track_id": "c65c3d91-8ec7-35db-be18-5182997996db",
    "recording_id": null,
    "artist": "The Rapture",
    "artist_ids": [
        "3697647f-1839-479e-98a1-9ad39004d923"
    ],
    "album": "In the Grace of Your Love",
    "release_id": "740f7385-17b4-4ef7-950e-037cc76eb2ab",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2011-09-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the 1st single off of the band's 4th album and was released as a 12\" on DFA.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}