Information about plays

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

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

{
    "id": 350392,
    "uri": "https://api.kexp.org/v2/plays/350392/?format=api",
    "airdate": "2019-07-05T09:07:27-07:00",
    "show": 5834,
    "show_uri": "https://api.kexp.org/v2/shows/5834/?format=api",
    "image_uri": "http://coverartarchive.org/release/d2383e90-cfe8-3a66-bc7d-88f402eb2c41/14244886137-250.jpg",
    "thumbnail_uri": "",
    "song": "So Whatcha Sayin'",
    "track_id": "35918e5a-6383-3889-b7e1-55041b2587c9",
    "recording_id": null,
    "artist": "EPMD",
    "artist_ids": [
        "4fa39dc8-c695-4e0e-ba04-92c63d99c9f9"
    ],
    "album": "Out of Business",
    "release_id": "d2383e90-cfe8-3a66-bc7d-88f402eb2c41",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1999-07-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The HipHop Scriptures features a biography of EPMD:  http://www.hiphopscriptures.com/epmd",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}