Information about plays

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

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

{
    "id": 2676303,
    "uri": "https://api.kexp.org/v2/plays/2676303/?format=api",
    "airdate": "2019-12-21T10:21:00-08:00",
    "show": 46194,
    "show_uri": "https://api.kexp.org/v2/shows/46194/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Flu",
    "track_id": null,
    "recording_id": null,
    "artist": "Im And The Agg",
    "artist_ids": [],
    "album": "The Flu 12\" Vinyl",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}