Information about plays

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

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

{
    "id": 344006,
    "uri": "https://api.kexp.org/v2/plays/344006/?format=api",
    "airdate": "2019-06-20T16:14:42-07:00",
    "show": 5732,
    "show_uri": "https://api.kexp.org/v2/shows/5732/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wavin' Flag",
    "track_id": "da54af2e-b74f-4d73-8eda-bd94a28b44fa",
    "recording_id": null,
    "artist": "K'naan",
    "artist_ids": [
        "ee421ee4-f861-405d-8730-29cb512dfdbd"
    ],
    "album": "Troubadour",
    "release_id": "33359fac-aeac-4d83-8090-6a97daae332b",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "2010-07-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Wavin' Flag\" is a song by Somali-Canadian artist K'naan from his album \"Troubadour\". The song was originally written for Somalia and aspirations of its people for freedom. The lyrics are about the struggle of refugees displaced by war, with references to K'naan's native Somalia",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}