Information about plays

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

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

{
    "id": 2682160,
    "uri": "https://api.kexp.org/v2/plays/2682160/?format=api",
    "airdate": "2020-01-04T20:00:19-08:00",
    "show": 46292,
    "show_uri": "https://api.kexp.org/v2/shows/46292/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gun",
    "track_id": "78b659c7-256d-3d8d-9d1a-9a728fbf7ce4",
    "recording_id": null,
    "artist": "Voyager One",
    "artist_ids": [
        "2b8cfa10-cc42-4ae4-b0d3-5937e03dd239"
    ],
    "album": "Monster Zero",
    "release_id": "a70ffccc-800a-413f-b4a9-96ff49ab3841",
    "release_group_id": null,
    "labels": [
        "Loveless Records"
    ],
    "label_ids": [
        "04ea137c-7a6c-40f4-bebf-6c2638d14127"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}