Information about plays

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

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

{
    "id": 455018,
    "uri": "https://api.kexp.org/v2/plays/455018/?format=api",
    "airdate": "2001-08-13T00:45:52-07:00",
    "show": 7705,
    "show_uri": "https://api.kexp.org/v2/shows/7705/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Quit Making a Fool of Myself",
    "track_id": "f6e1dab6-1936-4148-a015-23204cded880",
    "recording_id": null,
    "artist": "Donald Thibodeaux & Cajun Fever",
    "artist_ids": [
        "745bed7a-8a25-4f9a-8ac8-4914526e4fcb"
    ],
    "album": "Fred's Hot Step",
    "release_id": "4d93f3fe-d296-4291-b0a9-6c3e294ee813",
    "release_group_id": null,
    "labels": [
        "Arhoole"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}