Information about plays

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

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

{
    "id": 376000,
    "uri": "https://api.kexp.org/v2/plays/376000/?format=api",
    "airdate": "2019-09-03T12:44:31-07:00",
    "show": 6261,
    "show_uri": "https://api.kexp.org/v2/shows/6261/?format=api",
    "image_uri": "http://coverartarchive.org/release/1a9ad353-4d5a-41b0-b534-27e98a2a863f/23607802281-250.jpg",
    "thumbnail_uri": "",
    "song": "MY POWER",
    "track_id": "79f3f851-66a7-49f0-ac65-416d5e576d57",
    "recording_id": null,
    "artist": "Tierra Whack, Beyoncé, Moonchild Sanelly & Nija",
    "artist_ids": [
        "2f75ab54-9326-4e4b-835c-db38fe0de988"
    ],
    "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": "The Fader says that \"Tierra Whack’s “MY POWER” might be the best moment on Beyoncé’s \"Lion King\" album: https://www.thefader.com/2019/07/19/tierra-whack-my-power-lion-king-soundtrack-beyonce-moonchild-sanelly",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}