Information about plays

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

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

{
    "id": 373579,
    "uri": "https://api.kexp.org/v2/plays/373579/?format=api",
    "airdate": "2019-08-28T15:48:00-07:00",
    "show": 6220,
    "show_uri": "https://api.kexp.org/v2/shows/6220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Holidays in the Sun",
    "track_id": "5a7a16ac-3416-3db4-9a78-4dc20849910b",
    "recording_id": null,
    "artist": "Sex Pistols",
    "artist_ids": [
        "e5db18cb-4b1f-496d-a308-548b611090d3"
    ],
    "album": "Never Mind the Bollocks, Here’s the Sex Pistols",
    "release_id": "a27cda6a-b6cc-4f61-81e5-1e243e43b764",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thanks so much for the rockin' 80's mixtape Susan!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}