Information about plays

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

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

{
    "id": 375067,
    "uri": "https://api.kexp.org/v2/plays/375067/?format=api",
    "airdate": "2019-09-01T02:31:22-07:00",
    "show": 6244,
    "show_uri": "https://api.kexp.org/v2/shows/6244/?format=api",
    "image_uri": "http://coverartarchive.org/release/1a9ad353-4d5a-41b0-b534-27e98a2a863f/23607802281-250.jpg",
    "thumbnail_uri": "",
    "song": "ALREADY",
    "track_id": "2d2aaa6a-c57f-4e73-ad3b-8be4cb67a442",
    "recording_id": null,
    "artist": "Beyoncé, Shatta Wale & Major Lazer",
    "artist_ids": [
        "75be165a-ad83-4d12-bd28-f589a15c479f"
    ],
    "album": "The Lion King: The Gift",
    "release_id": "1a9ad353-4d5a-41b0-b534-27e98a2a863f",
    "release_group_id": null,
    "labels": [
        "Parkwood Entertainment"
    ],
    "label_ids": [
        "31eb6796-abba-4a02-b650-a556aa65f9ae"
    ],
    "release_date": "2019-07-19",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Many features on Beyonce's new album made for the new Lion King movie including Burna Boy, Kendrick Lamar, Childish Gambino, Pharrell, and Major Lazer who was on this track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}