Information about plays

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

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

{
    "id": 375958,
    "uri": "https://api.kexp.org/v2/plays/375958/?format=api",
    "airdate": "2019-09-03T10:12:00-07:00",
    "show": 6261,
    "show_uri": "https://api.kexp.org/v2/shows/6261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Step and the Walk",
    "track_id": "623d16d1-fd08-3b08-9997-b49b869de859",
    "recording_id": null,
    "artist": "The Duke Spirit",
    "artist_ids": [
        "c9b00c4c-44ff-47be-9fc8-5764b45cc7a3"
    ],
    "album": "Neptune",
    "release_id": "3015034e-bb78-3c6a-a8a8-c07390ca626d",
    "release_group_id": null,
    "labels": [
        "Etch N Sketch Records"
    ],
    "label_ids": [],
    "release_date": "2008-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Allmusic calls The Duke Spirit \"a spirited melding of Northern Soul, garage punk, and noisy shoegaze.\":  https://www.allmusic.com/artist/the-duke-spirit-mn0000667260/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}