Information about plays

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

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

{
    "id": 379534,
    "uri": "https://api.kexp.org/v2/plays/379534/?format=api",
    "airdate": "2019-09-11T11:46:49-07:00",
    "show": 6318,
    "show_uri": "https://api.kexp.org/v2/shows/6318/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Still in Love Song",
    "track_id": "146eaab9-81f8-373f-9e69-652be3943e50",
    "recording_id": null,
    "artist": "The Stills",
    "artist_ids": [
        "e8eed2c6-269a-47c0-aed9-8517a304b02c"
    ],
    "album": "Rememberese",
    "release_id": "b6fc48f8-d3db-465d-8d59-10b1223dc403",
    "release_group_id": null,
    "labels": [
        "VICE Records"
    ],
    "label_ids": [
        "4e909fce-55f3-422c-94f1-7d294b60e776"
    ],
    "release_date": "2003-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Stills hail from Montreal, Quebec. They released three studio albums before disbanding in 2011.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}