Information about plays

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

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

{
    "id": 2678890,
    "uri": "https://api.kexp.org/v2/plays/2678890/?format=api",
    "airdate": "2019-12-27T20:13:00-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "O-o-h Child",
    "track_id": null,
    "recording_id": null,
    "artist": "The Five Stairsteps",
    "artist_ids": [],
    "album": "Stairsteps",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Legacy Recordings"
    ],
    "label_ids": [],
    "release_date": "2016-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This quintessential soul track influenced many artists and genres and has been sampled by Tribe Called Quest and De la Soul as well as covered by Nina Simone and Beth Orton",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}