Information about plays

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

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

{
    "id": 375315,
    "uri": "https://api.kexp.org/v2/plays/375315/?format=api",
    "airdate": "2019-09-01T17:05:47-07:00",
    "show": 6249,
    "show_uri": "https://api.kexp.org/v2/shows/6249/?format=api",
    "image_uri": "http://coverartarchive.org/release/7e65af12-c308-4e1e-9113-cea3aa39e6a0/23200342868-250.jpg",
    "thumbnail_uri": "",
    "song": "Doin' Time",
    "track_id": "404d1ff5-d331-4f28-adf5-f0da1ad3d89f",
    "recording_id": null,
    "artist": "Lana Del Rey",
    "artist_ids": [
        "b7539c32-53e7-4908-bda3-81449c367da6"
    ],
    "album": "Doin' Time",
    "release_id": "7e65af12-c308-4e1e-9113-cea3aa39e6a0",
    "release_group_id": null,
    "labels": [
        "Universal Music Operations"
    ],
    "label_ids": [
        "ed7b2a02-7491-43d6-aebd-41c0e3dab30d"
    ],
    "release_date": "2019-05-17",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}