Information about plays

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

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

{
    "id": 2677076,
    "uri": "https://api.kexp.org/v2/plays/2677076/?format=api",
    "airdate": "2019-12-23T08:24:30-08:00",
    "show": 46209,
    "show_uri": "https://api.kexp.org/v2/shows/46209/?format=api",
    "image_uri": "https://coverartarchive.org/release/05266659-d996-49ac-8e90-c164065228e3/21389403996-250.jpg",
    "thumbnail_uri": "",
    "song": "Just Like You",
    "track_id": "74931f7e-486e-4e48-a2be-1bbfe3b129a0",
    "recording_id": null,
    "artist": "Viagra Boys",
    "artist_ids": [
        "9df0c0ec-619e-447d-a155-23e19d9c84ce"
    ],
    "album": "Street Worms",
    "release_id": "05266659-d996-49ac-8e90-c164065228e3",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listener request for Travis! Swedish band Viagra Boys with 'Just Like You' from 2018 release 'Street Worms.'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}