Information about plays

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

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

{
    "id": 372925,
    "uri": "https://api.kexp.org/v2/plays/372925/?format=api",
    "airdate": "2019-08-27T09:30:14-07:00",
    "show": 6213,
    "show_uri": "https://api.kexp.org/v2/shows/6213/?format=api",
    "image_uri": "http://coverartarchive.org/release/6b5e6cfe-4484-355e-b9d2-d4e16dcd6d17/12688889925-250.jpg",
    "thumbnail_uri": "",
    "song": "People Are People",
    "track_id": "77fd8f06-be30-3771-ae02-04d38b3cd710",
    "recording_id": null,
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Some Great Reward",
    "release_id": "6b5e6cfe-4484-355e-b9d2-d4e16dcd6d17",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1984-10-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}