Information about plays

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

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

{
    "id": 352381,
    "uri": "https://api.kexp.org/v2/plays/352381/?format=api",
    "airdate": "2019-07-10T01:56:18-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "http://coverartarchive.org/release/4723a128-61b5-4522-bf89-27c19b9773e4/22822960578-250.jpg",
    "thumbnail_uri": "",
    "song": "Unbleached",
    "track_id": "36e0f634-9eb2-4261-ba16-4b48bb3947fb",
    "recording_id": null,
    "artist": "TR/ST",
    "artist_ids": [
        "b8e3d1ae-5983-4af1-b226-aa009b294111"
    ],
    "album": "The Destroyer — 1",
    "release_id": "4723a128-61b5-4522-bf89-27c19b9773e4",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-19",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Music video: https://www.youtube.com/watch?v=GqZ5gsc-h4c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}