Information about plays

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

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

{
    "id": 2678897,
    "uri": "https://api.kexp.org/v2/plays/2678897/?format=api",
    "airdate": "2019-12-27T20:36:00-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "1-800",
    "track_id": "343023dd-4446-426f-9648-272fb7af25f3",
    "recording_id": null,
    "artist": "FKL",
    "artist_ids": [
        "96f23595-ccac-4957-ba5e-d5f50de8e9ff"
    ],
    "album": "1-800",
    "release_id": "4086c984-91b2-4da5-b2fe-c93b1a78aa32",
    "release_group_id": null,
    "labels": [
        "Orphan Records"
    ],
    "label_ids": [],
    "release_date": "2017-11-10",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Local/London duo. Recent hosts on Midnight in a Perfect World with DJ Alex. https://www.kexp.org/read/2018/2/2/midnight-perfect-world-fkl/?t=1552106972651",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}