Information about plays

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

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

{
    "id": 356861,
    "uri": "https://api.kexp.org/v2/plays/356861/?format=api",
    "airdate": "2019-07-20T12:44:00-07:00",
    "show": 5946,
    "show_uri": "https://api.kexp.org/v2/shows/5946/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Buzz",
    "track_id": null,
    "recording_id": null,
    "artist": "Nirvana",
    "artist_ids": [],
    "album": "Bleach",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Reciprocal Recording"
    ],
    "label_ids": [],
    "release_date": "1989-06-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Local music from Nirvana and the phenominal 1989 album 'Bleach' with Reciprocal Recording.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}