Information about plays

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

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

{
    "id": 380664,
    "uri": "https://api.kexp.org/v2/plays/380664/?format=api",
    "airdate": "2019-09-14T04:23:00-07:00",
    "show": 6334,
    "show_uri": "https://api.kexp.org/v2/shows/6334/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We All Try",
    "track_id": "14c7cec2-5569-36e3-a662-963e070c40d4",
    "recording_id": null,
    "artist": "Frank Ocean",
    "artist_ids": [
        "e520459c-dff4-491d-a6e4-c97be35e0044"
    ],
    "album": "nostalgia,ULTRA.",
    "release_id": "4fe337a7-2e91-4475-be84-af9cf8ad2e3c",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2011-03-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}