Information about plays

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

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

{
    "id": 354853,
    "uri": "https://api.kexp.org/v2/plays/354853/?format=api",
    "airdate": "2019-07-15T23:32:00-07:00",
    "show": 5916,
    "show_uri": "https://api.kexp.org/v2/shows/5916/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Break Through New Dub",
    "track_id": "99f7868c-a71f-3d45-a80a-af5624d86716",
    "recording_id": null,
    "artist": "The Funkees",
    "artist_ids": [
        "5bdc8759-a592-4202-a48c-691d4bec5c6d"
    ],
    "album": "Dancing Time: The Best of Eastern Nigeria’s Afro Rock Exponents 1973-77",
    "release_id": "ebbbe98a-4c29-4b5b-9930-44ed5434255f",
    "release_group_id": null,
    "labels": [
        "Soundway"
    ],
    "label_ids": [],
    "release_date": "2012-04-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Afro-rock groovers, The Funkees formed in Nigeria in the late 1960’s, emerging at a time when their country was at civil war.\n\nSpecialising in a brand of funky, upbeat afro-rock dance music, their sound became a staple part of the Nigerian psychedelic rock scene, paving the way for artists such as Fela Kuti to follow in the early 70’s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}