Information about plays

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

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

{
    "id": 368965,
    "uri": "https://api.kexp.org/v2/plays/368965/?format=api",
    "airdate": "2019-08-18T04:47:25-07:00",
    "show": 6150,
    "show_uri": "https://api.kexp.org/v2/shows/6150/?format=api",
    "image_uri": "http://coverartarchive.org/release/467e5c83-f48b-4a43-8be8-397bb2fae59f/20184798943-250.jpg",
    "thumbnail_uri": "",
    "song": "Born Under Punches",
    "track_id": "53a3316c-88fd-4f23-96b2-1460959462c6",
    "recording_id": null,
    "artist": "Angélique Kidjo",
    "artist_ids": [
        "80fe34d0-6b4f-4ccd-81c3-281ab37f0451"
    ],
    "album": "Remain in Light",
    "release_id": "467e5c83-f48b-4a43-8be8-397bb2fae59f",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-06-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}