Information about plays

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

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

{
    "id": 352451,
    "uri": "https://api.kexp.org/v2/plays/352451/?format=api",
    "airdate": "2019-07-10T05:38:12-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lonesome Sound",
    "track_id": "94e79b23-1929-4e46-8867-15c9b64ec310",
    "recording_id": null,
    "artist": "Merchandise",
    "artist_ids": [
        "44c26f0c-7f46-4cf0-9673-f7aa1bec1e5b"
    ],
    "album": "A Corpse Wired for Sound",
    "release_id": "9e51813e-bc54-46e1-a04f-1d9f3e58fd3e",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2016-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Live on KEXP: https://www.youtube.com/watch?v=aW7WC-BXsdg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}