Information about plays

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

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

{
    "id": 2678896,
    "uri": "https://api.kexp.org/v2/plays/2678896/?format=api",
    "airdate": "2019-12-27T20:32:00-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Wire",
    "track_id": null,
    "recording_id": null,
    "artist": "HAIM",
    "artist_ids": [
        "aef06569-098f-4218-a577-b413944d9493"
    ],
    "album": "Days are Gone",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "2013-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Suggested by Michael & Hailey.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}