Information about plays

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

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

{
    "id": 355366,
    "uri": "https://api.kexp.org/v2/plays/355366/?format=api",
    "airdate": "2019-07-17T01:18:00-07:00",
    "show": 5923,
    "show_uri": "https://api.kexp.org/v2/shows/5923/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Desert Theory",
    "track_id": null,
    "recording_id": null,
    "artist": "Native Cruise",
    "artist_ids": [],
    "album": "Desert Theory",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Paesaggi Records"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cruising right along at 1.00 am with the new EP from Briton Native Cruise - https://soundcloud.com/paesaggirecords/psgg002",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}