Information about plays

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

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

{
    "id": 2677054,
    "uri": "https://api.kexp.org/v2/plays/2677054/?format=api",
    "airdate": "2019-12-23T07:06:20-08:00",
    "show": 46209,
    "show_uri": "https://api.kexp.org/v2/shows/46209/?format=api",
    "image_uri": "https://coverartarchive.org/release/ed790ac9-8562-3192-adce-7aa890dab146/9673857743-250.jpg",
    "thumbnail_uri": "",
    "song": "Down by the Water",
    "track_id": "46ef554e-3772-3791-bbf9-2b262a5f4242",
    "recording_id": null,
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "To Bring You My Love",
    "release_id": "ed790ac9-8562-3192-adce-7aa890dab146",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1995-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1995, PJ Harvey's track 'Down by the Water' diverged from her indie/punk sound to take a more electronic style.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}