Information about plays

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

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

{
    "id": 372218,
    "uri": "https://api.kexp.org/v2/plays/372218/?format=api",
    "airdate": "2019-08-25T15:32:00-07:00",
    "show": 6201,
    "show_uri": "https://api.kexp.org/v2/shows/6201/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Light",
    "track_id": "840251af-54ce-43e7-9884-0a99e2d3a9cf",
    "recording_id": null,
    "artist": "The Dream Syndicate",
    "artist_ids": [
        "8577c385-d06a-4a64-b4e7-6ebf25f2cb20"
    ],
    "album": "These Times",
    "release_id": "662321f0-5a1e-4696-96d2-a1e3984a5251",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [],
    "release_date": "2019-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}