Information about plays

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

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

{
    "id": 373052,
    "uri": "https://api.kexp.org/v2/plays/373052/?format=api",
    "airdate": "2019-08-27T15:44:00-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It’s Not My Cross to Bear",
    "track_id": "b92a65e6-f7cc-3175-b163-0fdf7370a89e",
    "recording_id": null,
    "artist": "The Allman Brothers Band",
    "artist_ids": [
        "72359492-22be-4ed9-aaa0-efa434fb2b01"
    ],
    "album": "The Allman Brothers Band",
    "release_id": "b914a1d5-8c55-450b-8f88-154688cce787",
    "release_group_id": null,
    "labels": [
        "KRB Music"
    ],
    "label_ids": [],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ian said that Shannon contacted him recently, writing “Almost 30 years later, BnB is an important artifact in my life. Often when I listen to it I will think to myself, ‘There was a time when someone cared enough about me to put Tupelo Honey on a mixtape and hand it to me.’\" ...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}