Information about plays

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

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

{
    "id": 348667,
    "uri": "https://api.kexp.org/v2/plays/348667/?format=api",
    "airdate": "2019-07-01T14:49:27-07:00",
    "show": 5812,
    "show_uri": "https://api.kexp.org/v2/shows/5812/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everywhere",
    "track_id": "4ef244f1-83b9-4a87-babc-96860fcc2e44",
    "recording_id": null,
    "artist": "Roosevelt",
    "artist_ids": [
        "84825fb6-c98c-4b43-a184-c7f70619f355"
    ],
    "album": "Everywhere",
    "release_id": "f82eb464-001a-4506-a6ac-18d5ba4a553f",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yay! Fleetwood cover :) DJ Troy Nelson and Morning Show Producer, Owen have a segment during the new Saturday mornings slot, Sound & Vision, called \"Cover Me\" in which they discuss one especially good cover each week. Check out the segment about this great one! https://soundcloud.com/kexp/cover-me-roosevelt-covers",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}