Information about plays

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

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

{
    "id": 383201,
    "uri": "https://api.kexp.org/v2/plays/383201/?format=api",
    "airdate": "2019-09-20T00:56:14-07:00",
    "show": 6375,
    "show_uri": "https://api.kexp.org/v2/shows/6375/?format=api",
    "image_uri": "http://coverartarchive.org/release/959483de-d827-4b32-a7ba-8ec2577d7e1b/7649821723-250.jpg",
    "thumbnail_uri": "",
    "song": "Fuzzy Freaky",
    "track_id": "d41abbd0-7aca-309b-bcae-a30f7d3a9c7d",
    "recording_id": null,
    "artist": "David Byrne",
    "artist_ids": [
        "d4659efb-b8eb-4f03-95e9-f69ce35967a9"
    ],
    "album": "Feelings",
    "release_id": "959483de-d827-4b32-a7ba-8ec2577d7e1b",
    "release_group_id": null,
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "1997-06-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}