Information about plays

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

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

{
    "id": 2682595,
    "uri": "https://api.kexp.org/v2/plays/2682595/?format=api",
    "airdate": "2020-01-05T20:45:00-08:00",
    "show": 46302,
    "show_uri": "https://api.kexp.org/v2/shows/46302/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "And the Beat Goes On",
    "track_id": "c1967a6d-a884-4775-aeed-909393b79bb5",
    "recording_id": null,
    "artist": "The Whispers",
    "artist_ids": [
        "2e7afe0c-ec52-4c1d-9413-5d40f77922c7"
    ],
    "album": "And the Beat Goes On",
    "release_id": "7563f55e-7330-4c9b-9e9a-92fa3eba766c",
    "release_group_id": null,
    "labels": [
        "Sequel Records"
    ],
    "label_ids": [
        "d227b416-2df7-4004-b069-8fc428d9b53d"
    ],
    "release_date": "2000-02-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}