Information about plays

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

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

{
    "id": 374011,
    "uri": "https://api.kexp.org/v2/plays/374011/?format=api",
    "airdate": "2019-08-29T14:27:00-07:00",
    "show": 6225,
    "show_uri": "https://api.kexp.org/v2/shows/6225/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Wanna Go",
    "track_id": "4cebf991-f96a-352d-b78e-10d2c2d97722",
    "recording_id": null,
    "artist": "Summer Heart",
    "artist_ids": [
        "c54d599b-a38d-4410-b6c6-0f4f2281010a"
    ],
    "album": "About a Feeling",
    "release_id": "a2f5bb88-a677-4ae4-a52d-791a5aff00a0",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2012-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It's Mixtape Week here at KEXP, where we will be sharing highlights from mixtapes sent in by listeners. Let's celebrate the art of mixtapes!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}