Information about plays

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

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

{
    "id": 366203,
    "uri": "https://api.kexp.org/v2/plays/366203/?format=api",
    "airdate": "2019-08-12T02:09:49-07:00",
    "show": 6109,
    "show_uri": "https://api.kexp.org/v2/shows/6109/?format=api",
    "image_uri": "http://coverartarchive.org/release/0772b724-fbfd-4663-b758-aeecf2170da5/21301463724-250.jpg",
    "thumbnail_uri": "",
    "song": "Aerosol",
    "track_id": "23a9b72a-d05e-44dc-bb76-6eff8b25848f",
    "recording_id": null,
    "artist": "Georgia Anne Muldrow",
    "artist_ids": [
        "caf1cb4b-5bd0-4b4c-aecf-53de52cd18d1"
    ],
    "album": "Overload",
    "release_id": "0772b724-fbfd-4663-b758-aeecf2170da5",
    "release_group_id": null,
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2018-10-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}