Information about plays

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

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

{
    "id": 2678706,
    "uri": "https://api.kexp.org/v2/plays/2678706/?format=api",
    "airdate": "2019-12-27T07:54:03-08:00",
    "show": 46233,
    "show_uri": "https://api.kexp.org/v2/shows/46233/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mince Up",
    "track_id": "85e38616-9ed8-3d5c-9134-4ce477c18074",
    "recording_id": null,
    "artist": "Octant",
    "artist_ids": [
        "318eaf69-6a3c-419f-9cec-f12a068c2b6a"
    ],
    "album": "Car Alarms and Crickets",
    "release_id": "76d44a95-0a3b-4850-bd2e-20c1be05c98f",
    "release_group_id": null,
    "labels": [
        "Up Records"
    ],
    "label_ids": [
        "95fc5a0f-96a8-49d7-a982-dfa84e0df5b6"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}