Information about plays

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

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

{
    "id": 375589,
    "uri": "https://api.kexp.org/v2/plays/375589/?format=api",
    "airdate": "2019-09-02T11:00:02-07:00",
    "show": 6255,
    "show_uri": "https://api.kexp.org/v2/shows/6255/?format=api",
    "image_uri": "http://coverartarchive.org/release/e327da6d-717b-4eb3-b396-bbce6b9466bc/3323359425-250.jpg",
    "thumbnail_uri": "",
    "song": "Feel the Pain",
    "track_id": "d3f64858-7728-32d8-a225-9aa4c9051937",
    "recording_id": null,
    "artist": "Dinosaur Jr.",
    "artist_ids": [
        "77c167d2-4965-4421-830a-9815e4956475"
    ],
    "album": "Without a Sound",
    "release_id": "e327da6d-717b-4eb3-b396-bbce6b9466bc",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1994-08-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Dinosaur Jr. on the season finale of HBO's animated show 'Animals' (aptly named \"Roachella\"): https://bit.ly/2lWBPHx",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}