Information about plays

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

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

{
    "id": 2681273,
    "uri": "https://api.kexp.org/v2/plays/2681273/?format=api",
    "airdate": "2020-01-02T16:16:00-08:00",
    "show": 46278,
    "show_uri": "https://api.kexp.org/v2/shows/46278/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Life on Earth",
    "track_id": "f57f4e7d-3762-3dd9-8875-ef0e70e9074b",
    "recording_id": null,
    "artist": "Life on Earth!",
    "artist_ids": [
        "8c90827b-71a9-4766-8f1c-8eb4fb7d9603"
    ],
    "album": "Look!! There Is Life on Earth!",
    "release_id": "e2a87748-0cbc-438c-9eda-8c38fb355b1e",
    "release_group_id": null,
    "labels": [
        "Subliminal Sounds"
    ],
    "label_ids": [],
    "release_date": "2007-04-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}