Information about plays

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

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

{
    "id": 347597,
    "uri": "https://api.kexp.org/v2/plays/347597/?format=api",
    "airdate": "2019-06-28T21:51:50-07:00",
    "show": 5788,
    "show_uri": "https://api.kexp.org/v2/shows/5788/?format=api",
    "image_uri": "http://coverartarchive.org/release/ce1737f4-dfa1-4273-9d11-debee1087893/20973791943-250.jpg",
    "thumbnail_uri": "",
    "song": "How High",
    "track_id": "3c25901c-b02c-4656-861d-226e2cd48756",
    "recording_id": null,
    "artist": "Ivy Sole feat. Dev*",
    "artist_ids": [
        "c8663105-7e85-4f99-b09b-97f116823794"
    ],
    "album": "Overgrown",
    "release_id": "ce1737f4-dfa1-4273-9d11-debee1087893",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the 'Femmetape Summer Tour' with Ivy Sole, Blossom & Parisalexa at The Crocodile on Sun. June 30th: https://www.thecrocodile.com/e/femmetape-summer-tour-w-ivy-sole-blossom-parisalexa-61253006391/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}