Information about plays

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

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

{
    "id": 376449,
    "uri": "https://api.kexp.org/v2/plays/376449/?format=api",
    "airdate": "2019-09-04T08:29:41-07:00",
    "show": 6266,
    "show_uri": "https://api.kexp.org/v2/shows/6266/?format=api",
    "image_uri": "http://coverartarchive.org/release/c16a26e1-cc0f-4c43-8258-5199255776ee/23547892267-250.jpg",
    "thumbnail_uri": "",
    "song": "Good Morning Love",
    "track_id": "a0bc4913-e3a3-4b98-b048-04c97938fb05",
    "recording_id": null,
    "artist": "Common feat. Samora Pinderhughes",
    "artist_ids": [
        "c0a1179b-b14a-4d68-a3c1-1fdab16ed602"
    ],
    "album": "Let Love",
    "release_id": "c16a26e1-cc0f-4c43-8258-5199255776ee",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2019-08-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "There’s a line on the song “Good Morning Love”, on the new album, where Common raps: “I’m a cake, just let me bake, goddamn.” ... “That’s the philosophy I have for myself and others,” he says. - https://bit.ly/2PnTx54",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}