Information about plays

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

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

{
    "id": 349057,
    "uri": "https://api.kexp.org/v2/plays/349057/?format=api",
    "airdate": "2019-07-02T14:01:00-07:00",
    "show": 5818,
    "show_uri": "https://api.kexp.org/v2/shows/5818/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spell",
    "track_id": "a5008b50-e076-43c6-9ed2-17c42020bd36",
    "recording_id": null,
    "artist": "Hot Chip",
    "artist_ids": [
        "d8915e13-d67a-4aa0-9c0b-1f126af951af"
    ],
    "album": "A Bath Full of Ecstasy",
    "release_id": "703da45f-540d-49d8-acd2-1a8d0d8c3517",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [],
    "release_date": "2019-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hot Chip will play the Showbox on September 19th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}