Information about plays

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

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

{
    "id": 368725,
    "uri": "https://api.kexp.org/v2/plays/368725/?format=api",
    "airdate": "2019-08-17T14:59:30-07:00",
    "show": 6144,
    "show_uri": "https://api.kexp.org/v2/shows/6144/?format=api",
    "image_uri": "http://coverartarchive.org/release/50c273d5-2f92-340a-adc2-178d5adaab63/4765243287-250.jpg",
    "thumbnail_uri": "",
    "song": "The Way You Move",
    "track_id": "f61da102-36b1-357b-876f-1315b7f2112b",
    "recording_id": null,
    "artist": "OutKast feat. Sleepy Brown",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "Speakerboxxx / The Love Below",
    "release_id": "50c273d5-2f92-340a-adc2-178d5adaab63",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2003-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song's instrumental track is punctuated with the prominent live horn section \"Hornz Unlimited\" of Atlanta reminiscent of Earth Wind and Fire, which features Sleepy Brown singing in style inspired by the work of Motown star Marvin Gaye. - https://bit.ly/33Fv3r1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}