Information about plays

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

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

{
    "id": 2680792,
    "uri": "https://api.kexp.org/v2/plays/2680792/?format=api",
    "airdate": "2020-01-01T11:39:13-08:00",
    "show": 46270,
    "show_uri": "https://api.kexp.org/v2/shows/46270/?format=api",
    "image_uri": "https://coverartarchive.org/release/e381a355-4847-450d-b11b-b61747604475/5248308597-250.jpg",
    "thumbnail_uri": "",
    "song": "Ponta de lança africano (Umbabarauma)",
    "track_id": "0111baf9-06fc-3ade-b202-a74deaab33d7",
    "recording_id": null,
    "artist": "Jorge Ben Jor",
    "artist_ids": [
        "19499124-36d4-4ccc-b28d-04dde3d2076f"
    ],
    "album": "África Brasil",
    "release_id": "e381a355-4847-450d-b11b-b61747604475",
    "release_group_id": null,
    "labels": [
        "Universal Music Ltda."
    ],
    "label_ids": [
        "5f92caa2-4ada-4cee-9f55-0e53cc183088"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}