Information about plays

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

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

{
    "id": 353335,
    "uri": "https://api.kexp.org/v2/plays/353335/?format=api",
    "airdate": "2019-07-12T04:43:54-07:00",
    "show": 5886,
    "show_uri": "https://api.kexp.org/v2/shows/5886/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dry Up",
    "track_id": "305c5e43-f263-48c8-9c1b-b036fcc79cac",
    "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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}