Information about plays

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

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

{
    "id": 382714,
    "uri": "https://api.kexp.org/v2/plays/382714/?format=api",
    "airdate": "2019-09-19T00:31:57-07:00",
    "show": 6368,
    "show_uri": "https://api.kexp.org/v2/shows/6368/?format=api",
    "image_uri": "http://coverartarchive.org/release/1532c126-7651-32b2-96c3-50dc8c76952f/1916139180-250.jpg",
    "thumbnail_uri": "",
    "song": "Everything Counts",
    "track_id": "3c8e238c-e6a9-369a-b59e-a4d490352d3d",
    "recording_id": null,
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Construction Time Again",
    "release_id": "1532c126-7651-32b2-96c3-50dc8c76952f",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1987-06-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}