Information about plays

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

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

{
    "id": 370224,
    "uri": "https://api.kexp.org/v2/plays/370224/?format=api",
    "airdate": "2019-08-21T02:52:46-07:00",
    "show": 6170,
    "show_uri": "https://api.kexp.org/v2/shows/6170/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One Eye Open",
    "track_id": "dd839e7a-f881-473a-acda-9e827da9fc76",
    "recording_id": null,
    "artist": "Black Marble",
    "artist_ids": [
        "fd7d4ed7-1a14-4b5b-b8f2-074888187ebc"
    ],
    "album": "Bigger Than Life",
    "release_id": "77ef6954-eae8-4e9c-8ab5-63999996ccfd",
    "release_group_id": null,
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Black Marble (aka Chris Stewart) will release new album Bigger Than Life, his first album for Sacred Bones, on October 25. It’s the first record Stewart has made since moving from NYC to Los Angeles and he says the album “comes out of seeing and experiencing a lot of turmoil but wanting to create something positive out of it.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}