Information about plays

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

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

{
    "id": 368573,
    "uri": "https://api.kexp.org/v2/plays/368573/?format=api",
    "airdate": "2019-08-17T05:08:25-07:00",
    "show": 6140,
    "show_uri": "https://api.kexp.org/v2/shows/6140/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bottom Of My Heart",
    "track_id": "26974a9b-8284-491a-a169-8698d75d56d3",
    "recording_id": null,
    "artist": "AstroLogical",
    "artist_ids": [
        "bcd7f131-2b6c-4727-9832-4a4df924830e"
    ],
    "album": "Private World",
    "release_id": "4a75b20b-55d4-44c8-a111-a7106ec7b7ea",
    "release_group_id": null,
    "labels": [
        "Bastard Jazz Recordings"
    ],
    "label_ids": [
        "1c84f4d1-6892-4323-b562-e8d4902f8032"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}