Information about plays

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

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

{
    "id": 2682839,
    "uri": "https://api.kexp.org/v2/plays/2682839/?format=api",
    "airdate": "2020-01-06T12:01:26-08:00",
    "show": 46307,
    "show_uri": "https://api.kexp.org/v2/shows/46307/?format=api",
    "image_uri": "https://coverartarchive.org/release/23f2515e-f06c-404f-9f0a-ef9fde74bde5/17221612993-250.jpg",
    "thumbnail_uri": "",
    "song": "Chariot",
    "track_id": "b9724b39-ce46-4b46-9542-b487c6f98f87",
    "recording_id": null,
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "B‐Sides and Rarities",
    "release_id": "23f2515e-f06c-404f-9f0a-ef9fde74bde5",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2017-06-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this KEXP review for the Beach House's B-Sides and Rarities here: https://bit.ly/2s3Hoay",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}