Information about plays

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

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

{
    "id": 369409,
    "uri": "https://api.kexp.org/v2/plays/369409/?format=api",
    "airdate": "2019-08-19T09:24:57-07:00",
    "show": 6159,
    "show_uri": "https://api.kexp.org/v2/shows/6159/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "C.R.E.A.M.",
    "track_id": "9318b774-74f5-3eaf-8d9b-da05ffd21e0c",
    "recording_id": null,
    "artist": "El Michels Affair",
    "artist_ids": [
        "dbf0a5c5-3665-4495-b13b-99438a6a0900"
    ],
    "album": "Fallin' Off the Reel",
    "release_id": "987e3021-d4c6-412a-aa54-51621375fdb7",
    "release_group_id": null,
    "labels": [
        "Truth & Soul Records"
    ],
    "label_ids": [
        "317d48e3-7dc8-40da-a5c2-5cecfd018f04"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wu-Tang cover! ( Cash Rules Everything Around Me? More like ... 🐈 Cats Rule Everything Around Me 🐈)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}