Information about plays

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

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

{
    "id": 350753,
    "uri": "https://api.kexp.org/v2/plays/350753/?format=api",
    "airdate": "2019-07-06T05:42:11-07:00",
    "show": 5840,
    "show_uri": "https://api.kexp.org/v2/shows/5840/?format=api",
    "image_uri": "http://coverartarchive.org/release/d1df0639-2b3a-462a-9deb-7429852aa912/6506508109-250.jpg",
    "thumbnail_uri": "",
    "song": "The Truth (feat. Freeway & Brother Ali)",
    "track_id": "a773e396-1269-411c-98df-1b0d434d2976",
    "recording_id": null,
    "artist": "Jake One",
    "artist_ids": [
        "6fb8542b-1ddf-4a45-9c7f-57989eb0e1b0"
    ],
    "album": "White Van Music",
    "release_id": "d1df0639-2b3a-462a-9deb-7429852aa912",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Listener request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}