Information about plays

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

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

{
    "id": 372625,
    "uri": "https://api.kexp.org/v2/plays/372625/?format=api",
    "airdate": "2019-08-26T17:10:24-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "http://coverartarchive.org/release/3e99d83b-1937-43af-be59-88e4253d5d67/9577907323-250.jpg",
    "thumbnail_uri": "",
    "song": "Ice Cold Ice",
    "track_id": "462b4464-4cc7-37be-89a7-7cc3eab9fcb5",
    "recording_id": null,
    "artist": "Hüsker Dü",
    "artist_ids": [
        "5c4c90a4-539f-4101-83cf-301bc6a94e06"
    ],
    "album": "Warehouse: Songs and Stories",
    "release_id": "3e99d83b-1937-43af-be59-88e4253d5d67",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the mixtape \"Winterlong\" by Greg Higgins.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}