Information about plays

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

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

{
    "id": 352572,
    "uri": "https://api.kexp.org/v2/plays/352572/?format=api",
    "airdate": "2019-07-10T12:46:02-07:00",
    "show": 5875,
    "show_uri": "https://api.kexp.org/v2/shows/5875/?format=api",
    "image_uri": "http://coverartarchive.org/release/4991df87-15a6-33e8-9718-c17c7282d8de/10354133181-250.jpg",
    "thumbnail_uri": "",
    "song": "Across the Universe",
    "track_id": "2a354daa-11c4-3616-8a6f-516b492aabd5",
    "recording_id": null,
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Anthology 2",
    "release_id": "4991df87-15a6-33e8-9718-c17c7282d8de",
    "release_group_id": null,
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "1996-03-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}