Information about plays

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

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

{
    "id": 357145,
    "uri": "https://api.kexp.org/v2/plays/357145/?format=api",
    "airdate": "2019-07-21T04:44:50-07:00",
    "show": 5953,
    "show_uri": "https://api.kexp.org/v2/shows/5953/?format=api",
    "image_uri": "http://coverartarchive.org/release/968f46e1-d432-4ab5-bf03-3306895d818e/998252195-250.jpg",
    "thumbnail_uri": "",
    "song": "Chuch",
    "track_id": "e55888b9-acd1-3dc2-86fe-3aa2bee1365a",
    "recording_id": null,
    "artist": "Main Attrakionz",
    "artist_ids": [
        "b4e2b083-6714-4ad0-bb35-ca5a5b936c92"
    ],
    "album": "808s & Dark Grapes II",
    "release_id": "968f46e1-d432-4ab5-bf03-3306895d818e",
    "release_group_id": null,
    "labels": [
        "Мишка"
    ],
    "label_ids": [
        "19c665f8-8155-470a-af19-ca64580baf34"
    ],
    "release_date": "2011-08-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That sample tho",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}