Information about plays

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

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

{
    "id": 2681735,
    "uri": "https://api.kexp.org/v2/plays/2681735/?format=api",
    "airdate": "2020-01-03T20:01:00-08:00",
    "show": 46285,
    "show_uri": "https://api.kexp.org/v2/shows/46285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Da Funk / Daftendirekt",
    "track_id": "53a72293-3aaf-3579-8cac-ca32e2b928b7",
    "recording_id": null,
    "artist": "Daft Punk",
    "artist_ids": [],
    "album": "Alive 2007",
    "release_id": "ad93f8d6-7ce1-4660-a2cc-6aad4378759b",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [],
    "release_date": "2007-11-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spotlight on Daft Punk for Thomas Bangalter's birthday! Now - a few top tracks from the band! Daft Punk are electronic pioneers from France. They are important as the first group to bring electronic music to a worldwide radio audience.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}