Information about plays

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

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

{
    "id": 373784,
    "uri": "https://api.kexp.org/v2/plays/373784/?format=api",
    "airdate": "2019-08-29T02:10:02-07:00",
    "show": 6223,
    "show_uri": "https://api.kexp.org/v2/shows/6223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Life, at a Traffic Light",
    "track_id": null,
    "recording_id": null,
    "artist": "Daisies",
    "artist_ids": [],
    "album": "2",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "JGAP"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Olympia group Daisies are set to release their second LP September 30th, following up their superb debut What Are You Waiting For? in June! - https://daisies.bandcamp.com/album/2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}