Information about plays

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

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

{
    "id": 2675587,
    "uri": "https://api.kexp.org/v2/plays/2675587/?format=api",
    "airdate": "2019-12-19T22:25:02-08:00",
    "show": 46183,
    "show_uri": "https://api.kexp.org/v2/shows/46183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Golden",
    "track_id": "c329eb48-3dff-4342-998d-d079c06e48fd",
    "recording_id": null,
    "artist": "Berhana",
    "artist_ids": [
        "375b0e8d-bff2-4ce0-a787-762a2878ac06"
    ],
    "album": "HAN",
    "release_id": "593df66c-9221-45f4-ac8e-956047831b8b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-18",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "the debut album from Atlanta-born musician Amain Berhane (aka Berhana)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}