Information about plays

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

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

{
    "id": 347504,
    "uri": "https://api.kexp.org/v2/plays/347504/?format=api",
    "airdate": "2019-06-28T16:46:00-07:00",
    "show": 5786,
    "show_uri": "https://api.kexp.org/v2/shows/5786/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Twenty-Five Miles",
    "track_id": "778b0270-77bb-3b40-b91a-d460414cd3de",
    "recording_id": null,
    "artist": "Edwin Starr",
    "artist_ids": [
        "9eace815-06f3-487c-bf3a-1a817e248056"
    ],
    "album": "25 Miles",
    "release_id": "619f9f9f-ece9-4c47-9779-cc00e73584f6",
    "release_group_id": null,
    "labels": [
        "Gordy"
    ],
    "label_ids": [],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Twenty-Five Miles\" is a song written by Johnny Bristol, Harvey Fuqua, and Edwin Starr for Starr's second album, 25 Miles (1969). The song was considered sufficiently similar to \"32 Miles out of Waycross\" by Hoagy Lands (also recorded as \"Mojo Mama\" by both Wilson Pickett and Don Varner), written by Bert Berns and Jerry Ragovoy, that Berns and Ragovoy were eventually given co-writing credits. The Jackson 5 recorded a cover version of \"Twenty-Five Miles\" in 1969, but it was not heard until its inclusion on the Motown compilation album, The Original Soul of Michael Jackson, in 1987, with Michael Jackson being given sole performer credit for the track.  It was not the original recording, however, as it included drum machine overdubs; the original featured a hard-driving drum track by Uriel Jones, one of the Funk Brothers.  https://bit.ly/321wfEn",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}