Information about plays

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

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

{
    "id": 2675764,
    "uri": "https://api.kexp.org/v2/plays/2675764/?format=api",
    "airdate": "2019-12-20T04:53:00-08:00",
    "show": 46184,
    "show_uri": "https://api.kexp.org/v2/shows/46184/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(Keep Feeling) Fascination",
    "track_id": "8249abdb-3c2b-3588-98a0-112cd268d6e2",
    "recording_id": null,
    "artist": "The Human League",
    "artist_ids": [
        "7adaabfb-acfb-47bc-8c7c-59471c2f0db8"
    ],
    "album": "Greatest Hits",
    "release_id": "4213b627-795c-4b6b-a349-0ebfd34e4c7c",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [],
    "release_date": "1988-11-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}