Information about plays

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

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

{
    "id": 348371,
    "uri": "https://api.kexp.org/v2/plays/348371/?format=api",
    "airdate": "2019-06-30T20:53:00-07:00",
    "show": 5806,
    "show_uri": "https://api.kexp.org/v2/shows/5806/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Try Love Again",
    "track_id": "cc9a8218-a7b1-3612-bf04-8484ac7a05a0",
    "recording_id": null,
    "artist": "The Natural Four",
    "artist_ids": [
        "694643a0-8096-4689-9e96-ea8738819f67"
    ],
    "album": "Natural Four",
    "release_id": "fddfa601-4534-407c-89ef-953e8df1d716",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listener request",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}