Information about plays

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

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

{
    "id": 375909,
    "uri": "https://api.kexp.org/v2/plays/375909/?format=api",
    "airdate": "2019-09-03T07:30:00-07:00",
    "show": 6260,
    "show_uri": "https://api.kexp.org/v2/shows/6260/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don’t You (Forget About Me)",
    "track_id": "2f83185e-2ccc-315d-ac1f-36394b8fda2e",
    "recording_id": null,
    "artist": "Simple Minds",
    "artist_ids": [
        "f41490ce-fe39-435d-86c0-ab5ce098b423"
    ],
    "album": "Don’t You (Forget About Me)",
    "release_id": "84bb2a36-abcd-4475-a269-59043bf2e653",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [],
    "release_date": "1985-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Official video for this 1985 U.S. number 1 hit, which you know you want to watch right now: https://www.youtube.com/watch?v=CdqoNKCCt7A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}