Information about plays

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

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

{
    "id": 373403,
    "uri": "https://api.kexp.org/v2/plays/373403/?format=api",
    "airdate": "2019-08-28T06:57:00-07:00",
    "show": 6217,
    "show_uri": "https://api.kexp.org/v2/shows/6217/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ashes to Ashes",
    "track_id": "df12822d-2630-4339-8918-5c611a51bb1f",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Scary Monsters... and Super Creeps",
    "release_id": "d09af2f1-6880-4e8c-a357-a74052d5c02e",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request for Huck in Portland - we hope your first day of 1st grade is awesome!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}