Information about plays

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

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

{
    "id": 352445,
    "uri": "https://api.kexp.org/v2/plays/352445/?format=api",
    "airdate": "2019-07-10T05:16:27-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Is How It Feels",
    "track_id": "ef96ad39-3b5e-318d-bba6-146941953919",
    "recording_id": null,
    "artist": "Inspiral Carpets",
    "artist_ids": [
        "03c2e506-e8bb-4bd6-9693-5aa97c8eea1c"
    ],
    "album": "Life",
    "release_id": "185d3077-b10a-4fa0-ad1e-46cf34c3dd02",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1990-10-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=TdcR-ObsANk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}