Information about plays

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

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

{
    "id": 372456,
    "uri": "https://api.kexp.org/v2/plays/372456/?format=api",
    "airdate": "2019-08-26T06:47:00-07:00",
    "show": 6206,
    "show_uri": "https://api.kexp.org/v2/shows/6206/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "About Time",
    "track_id": "a24a9fc3-3e20-3eed-8c14-4a00e950c6ee",
    "recording_id": null,
    "artist": "Elbow",
    "artist_ids": [
        "3cb3928a-526c-4a3d-93c5-53315fa9bde0"
    ],
    "album": "Red",
    "release_id": "1bb82517-57fa-4012-b615-20a5ee71f531",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Our first Mix Tape Week selection is from Matt Herron - he calls it \"Midnight Calling\", and says \"This is music for late nights when you feel a little melancholy or alienated from the world.\" It features some early Elbow (who are releasing a new album, \"Giants of All Sizes\", this November.. https://elbow.co.uk/homepage/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}