Information about plays

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

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

{
    "id": 2670942,
    "uri": "https://api.kexp.org/v2/plays/2670942/?format=api",
    "airdate": "2019-12-09T10:36:00-08:00",
    "show": 46110,
    "show_uri": "https://api.kexp.org/v2/shows/46110/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cheerleader",
    "track_id": "43e99fc0-214f-483e-adb3-9e6f4f60f03a",
    "recording_id": null,
    "artist": "Sir Babygirl",
    "artist_ids": [
        "d2254a15-adf3-4e70-889c-c158d092e773"
    ],
    "album": "Crush on Me",
    "release_id": "aa16a48e-0b0c-45c3-9f93-96f9281f7323",
    "release_group_id": null,
    "labels": [
        "Father/Daughter Records"
    ],
    "label_ids": [],
    "release_date": "2019-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on February the 15th of 2019, Crush On Me challenges Top 40 binaries with a distinctly queer perspective. Read about Sir Babygirl's new album here: https://bit.ly/356bUPi",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}