Information about plays

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

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

{
    "id": 2680032,
    "uri": "https://api.kexp.org/v2/plays/2680032/?format=api",
    "airdate": "2019-12-30T17:26:11-08:00",
    "show": 46259,
    "show_uri": "https://api.kexp.org/v2/shows/46259/?format=api",
    "image_uri": "https://coverartarchive.org/release/3067191b-3d6e-45b9-9fbc-63f2d2b520f1/20882729230-250.jpg",
    "thumbnail_uri": "",
    "song": "Soft Stud",
    "track_id": "08ff85b3-1129-4a76-b9ae-13058720d574",
    "recording_id": null,
    "artist": "Black Belt Eagle Scout",
    "artist_ids": [
        "76a91880-2242-4c2a-8982-d56fb1ee686d"
    ],
    "album": "Mother of My Children",
    "release_id": "3067191b-3d6e-45b9-9fbc-63f2d2b520f1",
    "release_group_id": null,
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2018-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Black Belt Eagle Scout will be in Seattle on Tuesday, February 25th performing at The Showbox.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}