Information about plays

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

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

{
    "id": 348184,
    "uri": "https://api.kexp.org/v2/plays/348184/?format=api",
    "airdate": "2019-06-30T09:41:00-07:00",
    "show": 5802,
    "show_uri": "https://api.kexp.org/v2/shows/5802/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Fat Man",
    "track_id": "bc32dbc0-8c24-3af5-8940-6c2cb0490052",
    "recording_id": null,
    "artist": "Fats Domino",
    "artist_ids": [
        "e787de5d-49e2-4b1f-9bde-1fd3a671b971"
    ],
    "album": "20 Best of Fats Domino",
    "release_id": "5d83f51e-157a-47ce-a96a-cc734b60fad5",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2006-03-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}