Information about plays

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

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

{
    "id": 351992,
    "uri": "https://api.kexp.org/v2/plays/351992/?format=api",
    "airdate": "2019-07-09T06:20:00-07:00",
    "show": 5867,
    "show_uri": "https://api.kexp.org/v2/shows/5867/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Celluloid Heroes",
    "track_id": "27c1e099-c7ed-4d3e-b9df-e2b2962a2bf6",
    "recording_id": null,
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "Celluloid Heroes: The Kinks' Greatest",
    "release_id": "060095d6-7437-4c5f-9e5c-5bd046c7e829",
    "release_group_id": null,
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1976-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}