Information about plays

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

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

{
    "id": 372893,
    "uri": "https://api.kexp.org/v2/plays/372893/?format=api",
    "airdate": "2019-08-27T07:59:49-07:00",
    "show": 6213,
    "show_uri": "https://api.kexp.org/v2/shows/6213/?format=api",
    "image_uri": "http://coverartarchive.org/release/3d393154-0fc9-3182-b081-79c4f30d37e4/15223438954-250.jpg",
    "thumbnail_uri": "",
    "song": "Brass Monkey",
    "track_id": "57fc0d93-7978-31de-80f3-43523c54150c",
    "recording_id": null,
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Licensed to Ill",
    "release_id": "2b1ddfeb-e20f-3cab-a47c-802c5d77be96",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2000-04-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brass Monkey is rum, vodka, and orange juice mixed over ice.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}