Information about plays

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

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

{
    "id": 345852,
    "uri": "https://api.kexp.org/v2/plays/345852/?format=api",
    "airdate": "2019-06-25T06:43:48-07:00",
    "show": 5767,
    "show_uri": "https://api.kexp.org/v2/shows/5767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Golden Lady",
    "track_id": "0872c766-932e-387d-a820-abef891dbba6",
    "recording_id": null,
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Innervisions",
    "release_id": "73b12ff3-ffb8-3721-914c-8829badef3dc",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2000-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "While Golden Lady was never released as a single, the Innervisions album itself peaked at number 4 on the Billboard Top 200.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}