Information about plays

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

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

{
    "id": 345546,
    "uri": "https://api.kexp.org/v2/plays/345546/?format=api",
    "airdate": "2019-06-24T12:30:06-07:00",
    "show": 5762,
    "show_uri": "https://api.kexp.org/v2/shows/5762/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Please Don't Tease",
    "track_id": "4ac9b33f-9bdc-3292-ae59-194392a98b44",
    "recording_id": null,
    "artist": "The Donnas",
    "artist_ids": [
        "d70416d3-c006-4a8b-aebd-91a4f198591f"
    ],
    "album": "Spend the Night",
    "release_id": "35331eff-cbdc-4ea8-bb2c-b015ceafca86",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2002-10-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}