Information about plays

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

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

{
    "id": 348253,
    "uri": "https://api.kexp.org/v2/plays/348253/?format=api",
    "airdate": "2019-06-30T13:35:00-07:00",
    "show": 5804,
    "show_uri": "https://api.kexp.org/v2/shows/5804/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Games Without Frontiers",
    "track_id": "7813b6e8-1cf7-444c-94cb-d237b383a616",
    "recording_id": null,
    "artist": "Peter Gabriel",
    "artist_ids": [
        "8e66ea2b-b57b-47d9-8df0-df4630aeb8e5"
    ],
    "album": "Peter Gabriel III",
    "release_id": "e60409e4-8676-4f9d-ba02-a981323025b1",
    "release_group_id": null,
    "labels": [
        "Virgin Japan"
    ],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "With Kate Bush on backing vocals. https://petergabriel.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}