Information about plays

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

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

{
    "id": 352016,
    "uri": "https://api.kexp.org/v2/plays/352016/?format=api",
    "airdate": "2019-07-09T07:32:00-07:00",
    "show": 5867,
    "show_uri": "https://api.kexp.org/v2/shows/5867/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Float On",
    "track_id": "6840ddfd-58cb-371e-a705-b71db50d73d2",
    "recording_id": null,
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "Float On",
    "release_id": "3c647507-546d-4173-9270-e8823e34306b",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [],
    "release_date": "2004-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday! Isaac Brock, lead singer, guitarist, banjoist, and songwriter for the American indie rock band Modest Mouse.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}