Information about plays

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

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

{
    "id": 374766,
    "uri": "https://api.kexp.org/v2/plays/374766/?format=api",
    "airdate": "2019-08-31T06:11:00-07:00",
    "show": 6236,
    "show_uri": "https://api.kexp.org/v2/shows/6236/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vague / Recalibrate",
    "track_id": "eba2b6f4-af99-4209-b5b4-9cf1d18e5005",
    "recording_id": null,
    "artist": "Mndsgn",
    "artist_ids": [
        "275f0cb3-6390-429d-92aa-3e3d0a12d8d8"
    ],
    "album": "Body Wash",
    "release_id": "e6b5f398-63ad-4251-8d2b-c2bfec0d86ff",
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2016-09-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}