Information about plays

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

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

{
    "id": 379746,
    "uri": "https://api.kexp.org/v2/plays/379746/?format=api",
    "airdate": "2019-09-11T23:56:47-07:00",
    "show": 6315,
    "show_uri": "https://api.kexp.org/v2/shows/6315/?format=api",
    "image_uri": "http://coverartarchive.org/release/2e2f6eb0-c282-3494-95af-28824bb39392/8015478242-250.jpg",
    "thumbnail_uri": "",
    "song": "Sweet Jane (full-length version)",
    "track_id": "c1a76d02-1cb4-3616-bc20-b41a8139ee33",
    "recording_id": null,
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "Loaded",
    "release_id": "2e2f6eb0-c282-3494-95af-28824bb39392",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}