Information about plays

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

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

{
    "id": 380332,
    "uri": "https://api.kexp.org/v2/plays/380332/?format=api",
    "airdate": "2019-09-13T08:26:54-07:00",
    "show": 6329,
    "show_uri": "https://api.kexp.org/v2/shows/6329/?format=api",
    "image_uri": "http://coverartarchive.org/release/353704b1-1868-4588-a19f-d7423a486e07/15273330827-250.jpg",
    "thumbnail_uri": "",
    "song": "Stay Positive",
    "track_id": "4ae5149b-82cb-32aa-9c40-f04c75f40f2c",
    "recording_id": null,
    "artist": "The Hold Steady",
    "artist_ids": [
        "4883523d-fc0e-4d0d-802c-91379e767083"
    ],
    "album": "Stay Positive",
    "release_id": "353704b1-1868-4588-a19f-d7423a486e07",
    "release_group_id": null,
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": "2008-07-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}