Information about plays

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

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

{
    "id": 440648,
    "uri": "https://api.kexp.org/v2/plays/440648/?format=api",
    "airdate": "2001-07-02T03:40:00-07:00",
    "show": 7434,
    "show_uri": "https://api.kexp.org/v2/shows/7434/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't You Break My Heart",
    "track_id": "270d92ec-3dbd-4b34-87f5-a6ae855da08f",
    "recording_id": null,
    "artist": "C.J. Chenier",
    "artist_ids": [
        "f5133038-c9d7-4fa2-8ec4-a44199571e25"
    ],
    "album": "I Ain't No Playboy",
    "release_id": "ac0e376d-abcd-4769-aaf4-8318916bf9f4",
    "release_group_id": null,
    "labels": [
        "Slash"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}