Information about plays

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

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

{
    "id": 375051,
    "uri": "https://api.kexp.org/v2/plays/375051/?format=api",
    "airdate": "2019-09-01T01:29:10-07:00",
    "show": 6243,
    "show_uri": "https://api.kexp.org/v2/shows/6243/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Empty Hands",
    "track_id": "c43e17b7-29d0-40fd-b98f-2aed66db616c",
    "recording_id": null,
    "artist": "Necrot",
    "artist_ids": [
        "0556f527-d02e-440c-b0bb-3e1aa402cf19"
    ],
    "album": "Blood Offerings",
    "release_id": "59e4936d-1937-4943-aa96-06ca905bb379",
    "release_group_id": null,
    "labels": [
        "Tankcrimes"
    ],
    "label_ids": [],
    "release_date": "2017-06-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Necrot will be playing at The Highline on Friday, September 20th with Cystic and Foul. https://www.songkick.com/concerts/39019044-necrot-at-highline?utm_source=1471&utm_medium=partner; They will also be playing the Northwest Hesh Fest at Dante's in Portland the following night with Lord Dying and Eagle Claw. https://www.eventbrite.com/e/northwest-hesh-fest-2019-friday-saturday-sept-20-21-tickets-53528655650",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}