Information about plays

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

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

{
    "id": 345490,
    "uri": "https://api.kexp.org/v2/plays/345490/?format=api",
    "airdate": "2019-06-24T09:06:29-07:00",
    "show": 5761,
    "show_uri": "https://api.kexp.org/v2/shows/5761/?format=api",
    "image_uri": "http://coverartarchive.org/release/0304caae-7e73-4edd-b807-174735911ff5/14452443858-250.jpg",
    "thumbnail_uri": "",
    "song": "Fearless (Interpolating “You’ll Never Walk Alone”)",
    "track_id": "cc22e7dd-f1ca-4841-a564-5f7e83400d7a",
    "recording_id": null,
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "Works",
    "release_id": "0304caae-7e73-4edd-b807-174735911ff5",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1987-01-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album cover image represents an ear, underwater, collecting waves of sound (represented by ripples in the water). 👂",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}