Information about plays

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

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

{
    "id": 374761,
    "uri": "https://api.kexp.org/v2/plays/374761/?format=api",
    "airdate": "2019-08-31T05:51:09-07:00",
    "show": 6235,
    "show_uri": "https://api.kexp.org/v2/shows/6235/?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": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bieeeeeeeeeeeee! - https://twitter.com/seanmorroww",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}