Information about plays

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

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

{
    "id": 351310,
    "uri": "https://api.kexp.org/v2/plays/351310/?format=api",
    "airdate": "2019-07-07T12:42:08-07:00",
    "show": 5854,
    "show_uri": "https://api.kexp.org/v2/shows/5854/?format=api",
    "image_uri": "http://coverartarchive.org/release/cac50816-5084-438f-8118-2b88881cd8fd/23033644091-250.jpg",
    "thumbnail_uri": "",
    "song": "Pink & Blue",
    "track_id": "5eec3b11-255a-49b7-9cce-41a7a0494521",
    "recording_id": null,
    "artist": "Tycho featuring Saint Sinner",
    "artist_ids": [
        "cbef45a9-7acb-4325-94c9-70081ac8d1b8"
    ],
    "album": "Weather",
    "release_id": "cac50816-5084-438f-8118-2b88881cd8fd",
    "release_group_id": null,
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}