Information about plays

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

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

{
    "id": 2680667,
    "uri": "https://api.kexp.org/v2/plays/2680667/?format=api",
    "airdate": "2020-01-01T04:14:54-08:00",
    "show": 46268,
    "show_uri": "https://api.kexp.org/v2/shows/46268/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cheers",
    "track_id": "cb22c8f0-1d17-4b51-851e-69207e9af375",
    "recording_id": null,
    "artist": "Louise Burns",
    "artist_ids": [
        "e90f6feb-2585-4f0c-afbe-319f0a048429"
    ],
    "album": "Portraits",
    "release_id": "27bc1ef6-3070-404d-80a6-364942a33f7c",
    "release_group_id": null,
    "labels": [
        "Light Organ Records"
    ],
    "label_ids": [
        "79a2cd28-74eb-442d-aa5f-45bf31787bb8"
    ],
    "release_date": "2019-11-08",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Cheers to 2020 franz ferdinands!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}