Information about plays

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

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

{
    "id": 379491,
    "uri": "https://api.kexp.org/v2/plays/379491/?format=api",
    "airdate": "2019-09-11T09:10:24-07:00",
    "show": 6317,
    "show_uri": "https://api.kexp.org/v2/shows/6317/?format=api",
    "image_uri": "http://coverartarchive.org/release/7acaa9ab-048c-3c82-8623-ea9b777137ac/2550522708-250.jpg",
    "thumbnail_uri": "",
    "song": "Fearless",
    "track_id": "98b5874d-72c0-36bf-af6b-55c14c5d0663",
    "recording_id": null,
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "Meddle",
    "release_id": "7acaa9ab-048c-3c82-8623-ea9b777137ac",
    "release_group_id": null,
    "labels": [
        "Harvest"
    ],
    "label_ids": [
        "993af7f6-bb99-456b-83e7-5e728ea80a0e"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Hear the sound of the faces in the crowd\" <br> </br> This song fades into \"You'll Never Walk Alone\" and Liverpool fans chanting - https://www.songfacts.com/facts/pink-floyd/fearless",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}