Information about plays

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

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

{
    "id": 2679615,
    "uri": "https://api.kexp.org/v2/plays/2679615/?format=api",
    "airdate": "2019-12-29T14:44:23-08:00",
    "show": 46250,
    "show_uri": "https://api.kexp.org/v2/shows/46250/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The B.A.D. Is So Good",
    "track_id": "d669b427-3bc4-46c1-a78d-bf706a934435",
    "recording_id": null,
    "artist": "Chimurenga Renaissance",
    "artist_ids": [
        "4c7ad1a9-77ec-4f02-a613-4cd1634f699f"
    ],
    "album": "riZe vadZimu riZe",
    "release_id": "2ac2b15b-3068-4c78-9692-6d959640a252",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2014-03-25",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}