Information about plays

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

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

{
    "id": 354172,
    "uri": "https://api.kexp.org/v2/plays/354172/?format=api",
    "airdate": "2019-07-14T05:51:00-07:00",
    "show": 5903,
    "show_uri": "https://api.kexp.org/v2/shows/5903/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Parallel Jalebi",
    "track_id": "25e51caf-5fc0-436f-8045-4a731d75fc56",
    "recording_id": null,
    "artist": "Four Tet",
    "artist_ids": [
        "3bcff06f-675a-451f-9075-99e8657047e8"
    ],
    "album": "Beautiful Rewind",
    "release_id": "31a43b82-98af-495c-aa48-d3db71ab2640",
    "release_group_id": null,
    "labels": [
        "Text Records"
    ],
    "label_ids": [
        "b6cda36e-510e-4bca-a655-3db6dd324d8e"
    ],
    "release_date": "2013-10-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}