Information about plays

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

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

{
    "id": 351751,
    "uri": "https://api.kexp.org/v2/plays/351751/?format=api",
    "airdate": "2019-07-08T15:22:46-07:00",
    "show": 5862,
    "show_uri": "https://api.kexp.org/v2/shows/5862/?format=api",
    "image_uri": "http://coverartarchive.org/release/c00b6811-24a5-4133-9e18-10c6c729fd0c/18671215616-250.jpg",
    "thumbnail_uri": "",
    "song": "Hanging With The Moon",
    "track_id": "bc168f0d-1dda-4015-bf85-048b3d14b65c",
    "recording_id": null,
    "artist": "Snapped Ankles",
    "artist_ids": [
        "9c4da506-4fbd-4001-8bde-d0cff3e2a278"
    ],
    "album": "Come Play The Trees",
    "release_id": "c00b6811-24a5-4133-9e18-10c6c729fd0c",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2017-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Live from London on International Clash Day on KEXP: https://www.youtube.com/watch?v=MUJ25deV0Is",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}