Information about plays

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

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

{
    "id": 351915,
    "uri": "https://api.kexp.org/v2/plays/351915/?format=api",
    "airdate": "2019-07-09T01:54:00-07:00",
    "show": 5865,
    "show_uri": "https://api.kexp.org/v2/shows/5865/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sugar Man",
    "track_id": "50393cf6-7115-3668-b0aa-40641f79f1e0",
    "recording_id": null,
    "artist": "Rodriguez",
    "artist_ids": [
        "7e17a210-ec1b-4d3b-aa84-a79605f04c64"
    ],
    "album": "Cold Fact",
    "release_id": "5b981be9-9fb2-4c68-836b-814839d6865c",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [],
    "release_date": "2008-08-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Learn more about the search for this musician: http://sugarman.org/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}