Information about plays

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

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

{
    "id": 374288,
    "uri": "https://api.kexp.org/v2/plays/374288/?format=api",
    "airdate": "2019-08-30T03:00:36-07:00",
    "show": 6228,
    "show_uri": "https://api.kexp.org/v2/shows/6228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Really Deep Snow",
    "track_id": "7d36d76f-873c-4617-9386-0b3b51f0860d",
    "recording_id": null,
    "artist": "Lindstrøm",
    "artist_ids": [
        "d2c1af9e-b83a-4ad6-a3e8-53c993d74730"
    ],
    "album": "On a Clear Day I Can See You Forever",
    "release_id": "cac3a2d6-bd48-43bf-b43b-610da5d9fd84",
    "release_group_id": null,
    "labels": [
        "Smalltown Supersound"
    ],
    "label_ids": [
        "eb1029b4-8229-4169-ae99-07540aa2ba80"
    ],
    "release_date": "2019-10-11",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Norwegian purveyor of space disco and all things dance-tastic has a new record out October 11th! - https://soundcloud.com/smalltownsupersound/really-deep-snow",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}