Information about plays

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

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

{
    "id": 346386,
    "uri": "https://api.kexp.org/v2/plays/346386/?format=api",
    "airdate": "2019-06-26T08:04:47-07:00",
    "show": 5773,
    "show_uri": "https://api.kexp.org/v2/shows/5773/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wicked Game",
    "track_id": "e63f38e0-9fb0-3ccc-ae79-2bff00ca1632",
    "recording_id": null,
    "artist": "Chris Isaak",
    "artist_ids": [
        "479497d4-e7c2-4e78-972e-56e78fac3995"
    ],
    "album": "Best of Chris Isaak",
    "release_id": "b52d3545-76e3-432f-997d-9e2abea5a60d",
    "release_group_id": null,
    "labels": [
        "Mailboat Records"
    ],
    "label_ids": [
        "84a86a43-07bb-4fdc-8687-ebde00869d9b"
    ],
    "release_date": "2011-07-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 63rd birthday Chris Isaak! <br> </br> Chris Isaak plays in Woodinville, WA on Saturday, Sept 7th! - https://www.ste-michelle.com/visit-us/events-calendar/chris-isaak-2019",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}