Information about plays

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

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

{
    "id": 350042,
    "uri": "https://api.kexp.org/v2/plays/350042/?format=api",
    "airdate": "2019-07-04T13:11:45-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sparks Are Gonna Fly",
    "track_id": "8d05c93b-6e77-3189-9eb5-74c740a6a269",
    "recording_id": null,
    "artist": "Catherine Wheel",
    "artist_ids": [
        "37e3dd97-73f9-4c69-b50d-0c0e3c47c40c"
    ],
    "album": "Wishville",
    "release_id": "682b609f-53e3-4bc9-a6b5-07b260b9e11b",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2000-05-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}