Information about plays

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

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

{
    "id": 2682268,
    "uri": "https://api.kexp.org/v2/plays/2682268/?format=api",
    "airdate": "2020-01-05T01:00:00-08:00",
    "show": 46296,
    "show_uri": "https://api.kexp.org/v2/shows/46296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "God Complex",
    "track_id": "1f789462-4837-419e-bad8-f356862194df",
    "recording_id": null,
    "artist": "Cabal",
    "artist_ids": [
        "5159cf71-2c5b-42e8-ad10-32c7bb016432"
    ],
    "album": "Midian",
    "release_id": "96f89a9e-e68c-4e22-a85e-69bfafaa5f30",
    "release_group_id": null,
    "labels": [
        "Dark Descent"
    ],
    "label_ids": [
        "62a84932-c6c3-4cac-88f5-e41460e2fa13"
    ],
    "release_date": "2016-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released on Red Stream Inc in 2000.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}