Information about plays

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

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

{
    "id": 344161,
    "uri": "https://api.kexp.org/v2/plays/344161/?format=api",
    "airdate": "2019-06-20T23:03:00-07:00",
    "show": 5734,
    "show_uri": "https://api.kexp.org/v2/shows/5734/?format=api",
    "image_uri": "http://coverartarchive.org/release/34fd8ea2-1263-45d4-a275-6c238258057b/1207906187-250.jpg",
    "thumbnail_uri": "",
    "song": "Don't You Be Worried",
    "track_id": "8b2f4af8-d63b-322e-9b12-4bbb50449b70",
    "recording_id": null,
    "artist": "Commodores",
    "artist_ids": [
        "900ab237-327b-44e2-87e4-73250bbe025a"
    ],
    "album": "Our Lives Are Shaped by What We Love: Motown's Mowest Story 1971-1973",
    "release_id": "34fd8ea2-1263-45d4-a275-6c238258057b",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2011-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lionel Richie was born on this day in 1949!\nRichie's style of ballads with the Commodores and in his solo career launched him as one of the most successful balladeers of the 1980s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}