Information about plays

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

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

{
    "id": 2681961,
    "uri": "https://api.kexp.org/v2/plays/2681961/?format=api",
    "airdate": "2020-01-04T09:22:00-08:00",
    "show": 46289,
    "show_uri": "https://api.kexp.org/v2/shows/46289/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dance With Me",
    "track_id": "d38b5239-3a6d-4877-b009-5adab305330d",
    "recording_id": null,
    "artist": "Noel Ellis",
    "artist_ids": [
        "5188676c-e923-4ce2-9d51-e6d78588c5cd"
    ],
    "album": "Noel Ellis",
    "release_id": "93a2c9f3-86df-4583-a17b-6e0eb56ed545",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}