Information about plays

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

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

{
    "id": 374131,
    "uri": "https://api.kexp.org/v2/plays/374131/?format=api",
    "airdate": "2019-08-29T18:42:02-07:00",
    "show": 6226,
    "show_uri": "https://api.kexp.org/v2/shows/6226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Demons Don't Get Me Down",
    "track_id": "4ca2242e-9708-35dc-8587-ce9a6feca5f3",
    "recording_id": null,
    "artist": "Lindi Ortega",
    "artist_ids": [
        "2494d161-76a0-4f1d-9418-833b28ac8446"
    ],
    "album": "Cigarettes & Truckstops",
    "release_id": "3980bebe-3802-4ce6-8426-d037b6bcdd16",
    "release_group_id": null,
    "labels": [
        "Last Gang Records"
    ],
    "label_ids": [],
    "release_date": "2012-10-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "www.lindiortega.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}