Information about plays

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

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

{
    "id": 372906,
    "uri": "https://api.kexp.org/v2/plays/372906/?format=api",
    "airdate": "2019-08-27T08:39:07-07:00",
    "show": 6213,
    "show_uri": "https://api.kexp.org/v2/shows/6213/?format=api",
    "image_uri": "http://coverartarchive.org/release/9154cfe5-ef58-458f-b5d4-eb6ca3e404c4/7950788257-250.jpg",
    "thumbnail_uri": "",
    "song": "Alive",
    "track_id": "b210f112-2d20-3567-ae16-42428bf3281a",
    "recording_id": null,
    "artist": "Pearl Jam",
    "artist_ids": [
        "83b9cbe7-9857-49e2-ab8e-b57b01038103"
    ],
    "album": "Ten",
    "release_id": "9154cfe5-ef58-458f-b5d4-eb6ca3e404c4",
    "release_group_id": null,
    "labels": [
        "Epic Associated"
    ],
    "label_ids": [
        "7127ada4-64a0-4baa-9f73-e9b26f22b3bd"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Ten was released on this day in 1991.  28 years ago... oof.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}