Information about plays

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

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

{
    "id": 2674917,
    "uri": "https://api.kexp.org/v2/plays/2674917/?format=api",
    "airdate": "2019-12-18T13:42:00-08:00",
    "show": 46173,
    "show_uri": "https://api.kexp.org/v2/shows/46173/?format=api",
    "image_uri": "https://coverartarchive.org/release/cc191ad2-0fe8-4618-b929-294ee950b624/18246914229.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cc191ad2-0fe8-4618-b929-294ee950b624/18246914229-250.jpg",
    "song": "Umbrellas",
    "track_id": null,
    "recording_id": null,
    "artist": "The Free Design",
    "artist_ids": [
        "8e2188f5-c28b-4cf5-9f01-b3ed0ed2b00b"
    ],
    "album": "The Now Sound Redesigned",
    "release_id": null,
    "release_group_id": "21925824-9998-3ecc-9726-c0e3ed72515f",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2005-08-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remix by Peanut Butter Wolf",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}