Information about plays

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

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

{
    "id": 353900,
    "uri": "https://api.kexp.org/v2/plays/353900/?format=api",
    "airdate": "2019-07-13T15:06:45-07:00",
    "show": 5898,
    "show_uri": "https://api.kexp.org/v2/shows/5898/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ripped on the Fence",
    "track_id": "ced9b72e-83f1-4da0-a83a-b69db6383356",
    "recording_id": null,
    "artist": "METZ",
    "artist_ids": [
        "449c400c-8312-4c1d-bed8-c8d774090759"
    ],
    "album": "Automat",
    "release_id": "b104dcd9-cf45-47aa-8a8a-1853fec42a19",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Toronto trio is back with a collection of non-album singles, b-sides, and other rarities.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}