Information about plays

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

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

{
    "id": 436397,
    "uri": "https://api.kexp.org/v2/plays/436397/?format=api",
    "airdate": "2001-06-19T19:12:00-07:00",
    "show": 7349,
    "show_uri": "https://api.kexp.org/v2/shows/7349/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "El Ultimo Organito",
    "track_id": "f248b02f-71de-4f1e-a3ec-9d27517648d6",
    "recording_id": null,
    "artist": "Roberto Goyeneche",
    "artist_ids": [
        "03da2ea1-bf64-4052-a15e-d18c6f9f637a"
    ],
    "album": "Tangos del Sur",
    "release_id": "3756c440-3626-4340-9a8e-4586f9b9cac6",
    "release_group_id": null,
    "labels": [
        "Milan Latino"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}