Information about plays

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

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

{
    "id": 372214,
    "uri": "https://api.kexp.org/v2/plays/372214/?format=api",
    "airdate": "2019-08-25T15:18:00-07:00",
    "show": 6201,
    "show_uri": "https://api.kexp.org/v2/shows/6201/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dreams",
    "track_id": "16249f9f-2ed7-413d-a28e-a2abf7d16c5d",
    "recording_id": null,
    "artist": "The Cranberries",
    "artist_ids": [
        "c98d40fd-f6cf-4b26-883e-eaa515ee2851"
    ],
    "album": "Everybody Else Is Doing It, So Why Can't We?",
    "release_id": "8f7d3f65-13f9-42b8-9756-15013fca42dc",
    "release_group_id": null,
    "labels": [
        "Island Music Ltd."
    ],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}