Information about plays

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

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

{
    "id": 2682470,
    "uri": "https://api.kexp.org/v2/plays/2682470/?format=api",
    "airdate": "2020-01-05T12:53:59-08:00",
    "show": 46300,
    "show_uri": "https://api.kexp.org/v2/shows/46300/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Nostalgia",
    "track_id": "8599bce0-a6e5-495b-9c5c-029f25190a99",
    "recording_id": null,
    "artist": "Fauna Shade",
    "artist_ids": [
        "b4df1052-6187-498e-ab7e-6cf39d4e88f5"
    ],
    "album": "Floral Hall",
    "release_id": "b8d9ca78-848c-43f6-8efa-5d1a9f7847ab",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-03-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From Everett. Wait, what? https://www.facebook.com/FaunaShade/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}