Information about plays

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

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

{
    "id": 375389,
    "uri": "https://api.kexp.org/v2/plays/375389/?format=api",
    "airdate": "2019-09-01T22:10:00-07:00",
    "show": 6251,
    "show_uri": "https://api.kexp.org/v2/shows/6251/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Constant Hits",
    "track_id": "78e77d5f-0e19-4377-b11a-86c7488bd7f8",
    "recording_id": null,
    "artist": "Keplrr",
    "artist_ids": [
        "8c9db2a1-9d43-4cb3-9867-0e240f9cd04d"
    ],
    "album": "Translucence",
    "release_id": "6a1a3c69-cb7b-4d40-820a-fcf1e26bf0a7",
    "release_group_id": null,
    "labels": [
        "Control Freak Recordings"
    ],
    "label_ids": [
        "cd6329fb-8c0f-4595-9d32-1386ca21bb63"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}